March 28, 2024, 08:00:00 AM

See more Support incidents in our old archived forum.

Author Topic: VWGrid sortable, columnReorderable and CanUserReorderRows  (Read 4417 times)

Francois

  • Customers
  • Newbie
  • *
  • Posts: 4
VWGrid sortable, columnReorderable and CanUserReorderRows
« 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.

Rajagopal

  • RQ Members
  • Full Member
  • *
  • Posts: 182
Re: VWGrid sortable, columnReorderable and CanUserReorderRows
« Reply #1 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" sample. And currently we don't support "Reordering columns" feature in our Gantt.

Thanks
Raja