RadiantQ Forum
Product => jQuery Gantt Package => Topic started by: Francois on May 10, 2017, 04:06:31 PM
-
I am confuse about sortable...
Ive found CanUserReorderRows for the GantControl and it work fine for sortable rows.
I am trying now to make colums sortable but it doesnt work in my exemple. I didnt found a working exemple for this.
Ive tryed:
$gantt_container.GanttControl({
GanttTableOptions: {
columns: columns,
sortable:true,
columnReorderable:true
}
});
And also:
$gantt_container.GanttControl({
sortable:true,
columnReorderable:true
});
According to the documentation, it's a VWGrid option, but Im confuse where to set it and make it work.
-
Francois,
Sorting based on the column is already illustrated in "http://demos.radiantq.com/jQueryGanttDemo/Samples/FilteringAndSortingFlexyGantt.htm (http://demos.radiantq.com/jQueryGanttDemo/Samples/FilteringAndSortingFlexyGantt.htm)" sample. And currently we don't support "Reordering columns" feature in our Gantt.
Thanks
Raja