Dynamic Column Reordering
Dynamic Column Reordering
scriptmonkey
Posts: 6Questions: 2Answers: 0
I am trying to use the ColReorder plug in to allow the following.
Combobox with pre defined Column Orders that the end user can select, once selected the DataTable column order is set and the table is refreshed.
This I am currently using
Server side processing - don't see this as an issue as I can already use the ColReorder plug in to initialise the table on start up.
I have the Combobox change function firing, which in turn sets a variable with the new column order.
The thing I do not have working is the update of the ColReorder table instance to reflect the column order selected.
Great script!!
Combobox with pre defined Column Orders that the end user can select, once selected the DataTable column order is set and the table is refreshed.
This I am currently using
Server side processing - don't see this as an issue as I can already use the ColReorder plug in to initialise the table on start up.
I have the Combobox change function firing, which in turn sets a variable with the new column order.
The thing I do not have working is the update of the ColReorder table instance to reflect the column order selected.
Great script!!
This discussion has been closed.