Question about the ColVis with jQueryUI.

Question about the ColVis with jQueryUI.

silentcidsilentcid Posts: 2Questions: 0Answers: 0
edited July 2011 in Plug-ins
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]

Replies

  • sylvaintsylvaint Posts: 15Questions: 0Answers: 0
    Try
    [code]"sDom": '<"H"Cfr>t<"F"ip>',[/code]
  • silentcidsilentcid Posts: 2Questions: 0Answers: 0
    edited July 2011
    Thanks for the reply, I went with mine because it moves the ColVis menu to the bottom. Doing it with the one you showed me still takes out the Show Entries drop down menu and with no selection to choose from I can only view 10 entries at a time instead of like 20 or 100 when I need it.
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    You need to add the "l" option:

    [code]
    "sDom": '<"H"lfr>t<"F"Cip>',
    [/code]

    http://datatables.net/usage/options#sDom

    Allan
This discussion has been closed.