Questions tagged [extjs6.5.1]
18 questions
0
votes
1 answer
NestedList with Custom ListItem
I am trying to create an ExtJS 6.5.1 NestedList with a custom NestedListItem component. I can't find a working example on internet or in the ExtJS documentation.
Would anyone be able to show me a working example of a List or NestedList with a…

Tony J Watson
- 629
- 2
- 9
- 20
-1
votes
1 answer
Grid : features groupingsummary doesn't work extjs 6.5.0
enter image description hereI am new with Extjs 6, and i am implementing a Grid with groupping summary features, i tried this two examples :
http://examples.sencha.com/extjs/6.5.0/examples/classic/grid/group-summary-grid.html
but doesn't work, i…

Foulen
- 25
- 2
-2
votes
1 answer
How to configure a store to read a raw array of numbers from an ajax/rest call?
I am trying to figure out how to configure a Store to read in a raw JSON array of numbers from a GET request via an AjaxProxy.
It demands Please associate a Model with the store, or add one or more Fields to the store. I do not have a model and…
user177800