ColReorder with childrow
ColReorder with childrow
DataTablesTwo
Posts: 3Questions: 2Answers: 0
My fiddle: https://jsfiddle.net/jsfiddlertwo/vum8eshw/
I have a parent Datatable which has the colReorder functionality working.
The parent table also has functional childrows. However, I am unable to reorder the columns for the tables in the childrow.
Both tables have the 'colReorder' property set to true. Both tables appear to be created in the same manner. What am I missing?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Just for the heck of it I tried the "new" constructor and it seems to work. Your updated example:
https://jsfiddle.net/qxbepLuz/1/
Example:
https://datatables.net/extensions/colreorder/examples/initialisation/new_init.html
Not sure why using
colReorder: true,
doesn't work in the child case.Kevin