DataTables / Responsive

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

Ignore option bVisible: false #42

Closed ikarius6 closed 9 years ago

ikarius6 commented 9 years ago

When the responsive: true option is used, the bVisible of aoColumns is completly ignored.

DataTables commented 9 years ago

I had thought that there was already an issue for this, but apparently not (there are however several forum threads about it). Basically the issue is that Responsive uses the column visibility controls itself to show / hide columns as needed, hence why they are not currently compatible.

This will be addressed in a future version.

DataTables commented 9 years ago

I've fixed this now with 728a09290b6f1e4d840b8c1bf4642322b9966788. It will be released as part of Responsive v2, which should be around two weeks time.

ikarius6 commented 9 years ago

Thank you!