ColReorder with FixedColumns
ColReorder with FixedColumns
Hello everybody, I've developed a DataTable with ColReorder and FixedColumns, but I've found a little bug.
If I fix the first column i can't move the second column to the first, only move the fist to the second.
It happen also in this example:
http://datatables.net/release-datatables/extras/ColReorder/fixedcolumns.html
Is there any ways to fix this problem?
Thanks
Matteo
If I fix the first column i can't move the second column to the first, only move the fist to the second.
It happen also in this example:
http://datatables.net/release-datatables/extras/ColReorder/fixedcolumns.html
Is there any ways to fix this problem?
Thanks
Matteo
This discussion has been closed.
Replies
Allan
* You can move the second column to the right (resulting in A,C,B,D or A,C,D,B) -- that's ok.
* But you cannot move any column between the first and the second ones. If I wanted to move D between A and B, I should be able to, in order to end up with A,D,B,C. The only way to move B out of its original place is by moving it to the right.
-Jon
This has actually already been fixed. If you use the ColReorder nightly from the downloads page, it should already be working.
Regards,
Allan