ColVis questions
ColVis questions
For example on this page http://www.datatables.net/release-datatables/extras/ColVis/theme.html I would like to have the show/Hide Columns between the search and the Show xx Entries instead of on top or in place of the show entries. How do I do this? :)
Also, whats the decoder ring for the sDom: parm? Is there docs on that?
"sDom": '<"H"Cfr>t<"F"ip>' vs "sDom": 'C<"clear">lfrtip'
My humble thanks in advance,
Also, whats the decoder ring for the sDom: parm? Is there docs on that?
"sDom": '<"H"Cfr>t<"F"ip>' vs "sDom": 'C<"clear">lfrtip'
My humble thanks in advance,
This discussion has been closed.
Replies
So to put the ColVis button where you want, you'd put the 'C' in-between 'fi' (i.e. fCi). You will most likely need to modify the CSS to get the visual aspect correct - sDom just positions the elements in the DOM.
Allan