ColReorder + FixedColumns not working correctly
ColReorder + FixedColumns not working correctly
Hi, I am using Datatables with the fixedcolumns extension to freeze the two leftmost columns.
Now I want to implement the ColReorder extionsion. But there seems to be something mixed up. It doesn't prevent me from dragging the fixed columns or dropping other columns into the fixed columns section. Dragging movable columns onto the fixed columns only moves the data but not the headertext onto the fixed column.
I have set the ColReorder options for the fixed columns as discribed in the examples. but nothing seems to work. Any sugestions?
Used Datatables Version: 1.10.3
Answers
Steps to reproduce:
http://www.datatables.net/release-datatables/extensions/ColReorder/examples/fixedcolumns.html
Drop the "Last name" column to the left before the "first name" column or vise versa
I'm having this same issue. Hoping someone can comment
I'm having same issue.
Workaround: just use diffrent consttruct method, example:
var dtable = $('#dtable).dataTable('bSort' : false, 'bFilter': false, 'bInfo': false, 'bPaginate': false, 'aaSorting':[] });
new $.fn.dataTable.ColReorder(dtable, {'iFixedColumns': 4});