Hi, how to disable to customize the entries per page menu?
As in the language? Use language.lengthMenu. Or if you mean the options, use pageLength.menu.
language.lengthMenu
pageLength.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 the layout option to remove the pageLength element. See the first example in the docs.
pageLength
layout
Kevin
It looks like you're new here. If you want to get involved, click one of these buttons!
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