colvis: how to show multiple columns in Show/Hide button drop down when there are too many columns
colvis: how to show multiple columns in Show/Hide button drop down when there are too many columns
I have similar requirement as these 2 topics:
[1] http://datatables.net/forums/discussion/14186/colvis-new-feature-multiple-dropdown-columns-for-long-lists-of-table-columns#Item_1
[2] http://datatables.net/forums/discussion/19499/colvis-showhide-buton-drop-down-multiple-column
I can't find the modified ColVis.js in [1], could anyone show me an example how can I achieve that?
sorry, I failed to give an example on live.datatables.net.
[1] http://datatables.net/forums/discussion/14186/colvis-new-feature-multiple-dropdown-columns-for-long-lists-of-table-columns#Item_1
[2] http://datatables.net/forums/discussion/19499/colvis-showhide-buton-drop-down-multiple-column
I can't find the modified ColVis.js in [1], could anyone show me an example how can I achieve that?
sorry, I failed to give an example on live.datatables.net.
This discussion has been closed.
Replies
Allan
[code]
-moz-column-count: 4;
-moz-column-gap: 200px;
-webkit-column-count: 4;
-webkit-column-gap: 20px;
column-count: 4;
column-gap: 20px;
[/code]
but it doesn't work for me, there is still a long one-column button list.
is it possible I can find the modified colvis.js from link [1] on live.datatable.net?
PS: I still not figured out how to make my sample code run on live.datatable.net, sorry for that :(