PDA

View Full Version : com.extjs.gxt.samples.client.examples.tree.TreeTab leExample method "sort" is empty



fother
26 Jan 2009, 3:52 AM
when this method will be implemented?

EagleEye666666
26 Jan 2009, 4:07 AM
which sort method?

there is already added a storesort ... to the store...

fother
26 Jan 2009, 4:12 AM
hmmm..
you can post one example that the treetable can be sortable?

look



public TreeTableColumn(String id, float width) {
super(id, width);
this.setSortable(false);
}

bakul.kumar
18 May 2009, 12:49 PM
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

fother
5 Jun 2009, 9:43 AM
the method sort was implemented in gxt 2.0 =D>