how to disable to customize the entries per page menu
how to disable to customize the entries per page menu
Jerry2016
Posts: 7Questions: 4Answers: 0
Hi, how to disable to customize the entries per page menu?
Answers
As in the language? Use
language.lengthMenu
. Or if you mean the options, usepageLength.menu
.Allan
Thanks, is there any way to set the default number of entries in the code, and hide this menu?
You can set the
pageLength
to default the number of pages shown. Use thelayout
option to remove thepageLength
element. See the first example in the docs.Kevin