Responsive Column paging
Responsive Column paging
Hey,
I'm looking for a way to add responsive column paging.
For example, I have a table with 10 columns.
The user resizes the window and now only 7 columns are still shown and paging controls are added to page to the remaining 3.
So something like the auto hide functionality of the Responsive plugin (https://datatables.net/extensions/responsive/examples/display-control/auto.html) but with added paging to access the columns that have been hidden.
Is there a plugin or an easy way to add this?
Thanks,
Kraicheck
Answers
You mean instead of the Responsive plugin creating an expandable/collapsible row, have paging controls on the header row to page through the hidden columns?
Yes, exactly that.