≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Hide the show entries dropdown but keep pagination
Hide the show entries dropdown but keep pagination
jvdub22
Posts: 1
Questions: 0
Answers: 0
May 2013
edited May 2013
in
General
Is there a way to hide the Show "x" entries dropdown box, but keep the pagination buttons?
Replies
milkorivas
Posts: 1
Questions: 0
Answers: 0
July 2013
Hi,
This work for me:
[code]
#example_length{
display: none;
}
[/code]
Where 'example' is the name of the datatable.
Regards!
allan
Posts: 65,830
Questions: 1
Answers: 10,953
Site admin
July 2013
edited July 2013
Or just use the
bLengthChange
option :-)
Allan
This discussion has been closed.
Replies
This work for me:
[code]
#example_length{
display: none;
}
[/code]
Where 'example' is the name of the datatable.
Regards!
Allan