-
Sencha User
Using Listitem with grouper + sorters
Hi,
I want to use the grouping + sorting capabilities inside my dataview, so I guess listitem is the way to do it.
Does someone have any experience with it and tell me how can I make it work?
Thanks !
-
-
Sencha User
I managed to group my store items by the relevant field, but couldn't apply the sticky labels functionality, like in the 2nd example in the list documentation:
http://docs.sencha.com/touch/2-2/#!/....dataview.List
-
-
Sencha User
I'm not using a list, but a dataview... don't have that config.
-
AFAIK this is not available for a DataView. If you want it there, you will have to investigate Ext.List how it's done (as Ext.List is based on DataView) and replicate that behavior into the DataView.
Why don't you use a List?
-
Sencha User
The primary reason I don't use a list is because I need a checkbox on every dataitem.
The second reason is a that every container holds a few elements in a certain layout, and it's easier to build it as a component using hbox \ vbox layout.
If there's a way to implement this using a simple list, it would be awesome
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules