-
26 Jan 2009 3:52 AM #1
com.extjs.gxt.samples.client.examples.tree.TreeTab leExample method "sort" is empty
com.extjs.gxt.samples.client.examples.tree.TreeTab leExample method "sort" is empty
when this method will be implemented?
-
26 Jan 2009 4:07 AM #2
which sort method?
there is already added a storesort ... to the store...
-
26 Jan 2009 4:12 AM #3
hmmm..
you can post one example that the treetable can be sortable?
look
Code:public TreeTableColumn(String id, float width) { super(id, width); this.setSortable(false); }
-
18 May 2009 12:49 PM #4
Is it implemented and working?
Is it implemented and working?
Hi,
I used treeTableColumn.setSortable(true); but its not sorting neither it shows that sorting arrow on column header as it appears on normal grid.
Is it working or there is some issue with it?
I am using GXT 1.2.
Thanks,
BK
-
5 Jun 2009 9:43 AM #5
the method sort was implemented in gxt 2.0




Reply With Quote