fixedColumns and colReorder Common use
fixedColumns and colReorder Common use
 sqn19961016            
            
                Posts: 6Questions: 3Answers: 0
sqn19961016            
            
                Posts: 6Questions: 3Answers: 0            
            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