-
2 Feb 2013 11:37 AM #1
How to customize Ext.List group name?
How to customize Ext.List group name?
Hello everyone,
I want to create an Ext.List grouped by month. It's easy to get the month number sorted (from 1-12) but I want to show the name of month as group string instead.
So it should be:
January
(list items in this group)
February
(list items)
......... and so on
How to do this? Thanks.Your time is limited, so don't waste it living someone else's life.
-
4 Feb 2013 6:38 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
The only thing you can do is sort via the grouper by returning a string but it will be alpha sorted if you return month names.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
5 Feb 2013 12:51 PM #3
It means that there's no way to sort in mentioned way for now?
Your time is limited, so don't waste it living someone else's life.



Reply With Quote