≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Change the width of the lengthMenu box?
Change the width of the lengthMenu box?
jgoulet
Posts: 26
Questions: 2
Answers: 1
August 2013
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
allan
Posts: 65,830
Questions: 1
Answers: 10,953
Site admin
August 2013
In CSS:
[code]
div.dataTables_length select {
width: 50px;
}
[/code]
Allan
jgoulet
Posts: 26
Questions: 2
Answers: 1
August 2013
Awesome! Thanks!
~Jacques
This discussion has been closed.
Replies
[code]
div.dataTables_length select {
width: 50px;
}
[/code]
Allan
~Jacques