colReorder extension
colReorder extension
kurkela
Posts: 2Questions: 0Answers: 0
There are some issues.
In example:
https://datatables.net/extensions/colreorder/examples/integration/colvis.html
- Hide a column, eg. "Office".
- Change a column position, eq. "Start date" before "Age".
- Try showing that hidden column again / hiding another column
In example:
https://datatables.net/extensions/colreorder/examples/initialisation/simple.html
- Open console, issue:
$.fn.DataTable.Api('#example').colReorder.move(0,1)
- Try dragging "Name" to original place (dragged header will show "Position" and it will not work)
This discussion has been closed.
Replies
Hi @kurkela ,
The first issue is reported here.
The second issue is unreported. I've raised it (DD-854) and will report back here when it's progressed. As a workaround, calling
draw()
after thecolReorder.move()
appears to resolve it.Cheers,
Colin
Hi @kurkela ,
We will be releasing today, and this fix will be present.
Cheers,
Colin