DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

Collision between responsive and buttons colvis #54

Closed majksner closed 8 years ago

majksner commented 8 years ago

stateSave: true doesn't work if both plugins are used.

https://www.datatables.net/forums/discussion/28903/column-visible-state-save

DataTables commented 8 years ago

Correct - Responsive 1.x is not compatible with DataTables' column visibility. See the compatibility table.

This will be resolved in Responsive 2 and that code is in this repo if you want to try it out.

majksner commented 8 years ago

I'm using master branch for both Responsive and Buttons and I'm not sure if this a issue or it's normal behavior. If I have hidden columns in table using ColVis button, and while I'm on the full screen those hidden columns will not be visible when clicking plus button in the first column.

DataTables commented 8 years ago

That sounds correct - if the column is hidden using Button's column visibility controls, then with Responsive v2 the column won't be shown (since it has been hidden).