RadiantQ Forum

Product => jQuery Gantt Package => Topic started by: Francois on May 10, 2017, 04:06:31 PM

Title: VWGrid sortable, columnReorderable and CanUserReorderRows
Post 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:
Quote
$gantt_container.GanttControl({
   GanttTableOptions: {
      columns: columns,
      sortable:true,
      columnReorderable:true
   }
});

And also:
Quote
$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.
Title: Re: VWGrid sortable, columnReorderable and CanUserReorderRows
Post by: Rajagopal on May 11, 2017, 02:35:04 PM
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