fixedColumns and colReorder Common use
fixedColumns and colReorder Common use

I want to make the first column fixed, the other columns can be dragged, set up "fixedColumns": { leftColumns: 1}, "colReorder": true, But the first row can still be dragged.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Checkout this example:
https://datatables.net/extensions/colreorder/examples/integration/fixedcolumns.html
Kevin