Question about the ColVis with jQueryUI.
Question about the ColVis with jQueryUI.
I really don't have a big problem and everything has been working fine like it's suppose to. My question is in the ColVis with JQueryUI example, I noticed that when I put that I've this code below my "Show Entries" drop-down menu disappears. Is there away to include that as well with my themeroller?
[code]"sDom": '<"H"fr>t<"F"Cip>',[/code]
[code]"sDom": '<"H"fr>t<"F"Cip>',[/code]
This discussion has been closed.
Replies
[code]"sDom": '<"H"Cfr>t<"F"ip>',[/code]
[code]
"sDom": '<"H"lfr>t<"F"Cip>',
[/code]
http://datatables.net/usage/options#sDom
Allan