ColVis icon indicating copy to clipboard operation
ColVis copied to clipboard

End user column visibility options plug-in for DataTables

Results 8 ColVis issues
Sort by recently updated
recently updated
newest added

Show/hide columns without reloading/redrawing unless you're reordering the data or changing pages. See http://datatables.net/forums/discussion/12632/colvis-prevent-refresh-on-serverside-table-unles-re-sorted-or-page-changed/p1

Hi, I am using Composer for my projects and I really loved the possibility to install datatables with composer even if it is more a js project. Could you include...

More or less as the title says - would be good if the exclude array accepted columns names (`columns.name`) as well as index positions.

Feature

Hi, PR to Issue #38

Currently, the `stateChange` callback is the last function to be called after hiding/showing a column ([colVis.js:640](https://github.com/DataTables/ColVis/blob/master/js/dataTables.colVis.js#L640)). If `stateChange` callback is moved to a place before the other callbacks, then an...

Allows to choose whether to display the overlay.

Modified column exclusion array (amExclude) to match to mDataProp value of each column. This will allow you to match to either the column index or an mDataProp value. Update documentation...

When using state saving the restore button uses the visibility settings from the loaded state instead of the original once that was given when creating the DataTable. I think it...