ColReorder
ColReorder copied to clipboard
Column reordering plug-in for DataTables
Hello, thank you for providing ColReorder! 1. I initialize a table with a reorder `OCA.Analytics.tableObject = new DataTable(domTarget, { colReorder: { order: [0, 2, 1, 5, 6, 4, 3]} })`...
This PR introduces a columns-reordered-dropped event to trigger only once after the column is dropped into its final position. Unlike the existing events that fire during intermediate dragging, this event...
StateRestore restores columns with name attribute that are not part of the current view. When using StateRestore with a table that defines column name attributes, restoring a saved state can...