[bug] ColReorder with FixedColumns integration
[bug] ColReorder with FixedColumns integration
ektarum
Posts: 2Questions: 1Answers: 0
Hi all,
Hi want make a dataTables with 2 fixed columns and the ColReorder extensions.
Hi see the follow example in your site :
https://www.datatables.net/release-datatables/extensions/ColReorder/examples/fixedcolumns.html
The example bug : the lock column are not lock !
I have test with the nightly build and the result is same.
Thanx in advance.
Ektarum
This discussion has been closed.
Answers
Hi :-)
While it appears this has already been fixed in the upcoming version of ColReorder (1.2.0-dev available via https://github.com/DataTables/ColReorder ), for prior versions you need to use
fixedColumns
instead offixedColumnsLeft
.(And
fixedColumnsRight
works in both scenarios).Rayblx