Hide the show entries dropdown but keep pagination

Hide the show entries dropdown but keep pagination

jvdub22jvdub22 Posts: 1Questions: 0Answers: 0
edited May 2013 in General
Is there a way to hide the Show "x" entries dropdown box, but keep the pagination buttons?

Replies

  • milkorivasmilkorivas Posts: 1Questions: 0Answers: 0
    Hi,

    This work for me:

    [code]

    #example_length{
    display: none;
    }
    [/code]

    Where 'example' is the name of the datatable.

    Regards!
  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    edited July 2013
    Or just use the bLengthChange option :-)

    Allan
This discussion has been closed.