Search
2252 results 701-710
Reference
colReorder.headerRows› Select which columns can be reorderedwish to only have the event handler for ColReorder'scolReorder.enable› Initial enablement state of ColReordercertain times, depending on the state of your application.colReorder.columns› Select which columns can be reorderedcolumns ColReorder will allow the end user to performcolumns-reordered› Column reordering is finished and table updatedwhich is used by the UI drag and dropcolumn-reorder› Columns have been reordered by the end user or APIend user or through the API. This event providescolReorder.transpose()› Convert one or more column indexes to and from current and original indexesColReorder will change the indexes of columns whencolReorder.reset()› Restore the loaded column orderThis method provides the ability to restore thecolReorder.order()› Get / set column orderThis method provides the ability to get the current column order of a DataTable and also to set a new order. The reorder triggered by this method is immediate and there is no requirement to redraw the table.colReorder.move()› Programmatically move columnsThis method provides the ability to programmatically change the order of one column at a time (while colReorder.order() will set the order of all columns together).colReorder.enable()› Enable or disable ColReorder's interactionsto enable and disable the ColReorder end user interaction