Change the width of the lengthMenu box?

Change the width of the lengthMenu box?

jgouletjgoulet Posts: 26Questions: 2Answers: 1
edited August 2013 in General
Is it possible to change the width of the dropdown box (lengthMenu)? For some reason it is defaulting much wider than is necessary.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    In CSS:

    [code]
    div.dataTables_length select {
    width: 50px;
    }
    [/code]

    Allan
  • jgouletjgoulet Posts: 26Questions: 2Answers: 1
    Awesome! Thanks!

    ~Jacques
This discussion has been closed.