ColReorder Fixed Columns Issue

ColReorder Fixed Columns Issue

JamaurJamaur Posts: 87Questions: 10Answers: 0

When setting colReorder fixedColumns option like below

colReorder: {
      fixedColumns: 1
    }

if the column is then ordered via api

table.colReorder.order([1,0,2,3,4,5])

or options

colReorder: {
      fixedColumns: 1,
      order: [1,0,2,3,4,5]
    }

The dragging restriction works but the ordered column is still undraggable.

A test case showing this issue: http://live.datatables.net/mugonija/1/edit

In this test case, the Name column was reordered after the Position column.
But the Name column remains undraggable in place of the Position column

Replies

  • JamaurJamaur Posts: 87Questions: 10Answers: 0

    Try dragging the Name & the Position columns of the test case linked above.

This discussion has been closed.