EDITOR datatables :: Define how many results are shown at a time
EDITOR datatables :: Define how many results are shown at a time
DCMsubs
Posts: 4Questions: 1Answers: 1
I've been looking for a solution in the documentation as to define how many results will show per table page - as shown in the image below - but can't seem to find the right page.
Could anyone provide some information RE this or a link to the correct page?
Thanks in advance
David
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Not sure I understand your question but is
lengthMenu
what you are looking for?Kevin
Aha, I found it!... It's an awfully bizarre error: my dom needed to be changed from 'Bfrtip' to 'Blfrtip' - I don't know how this works, or why... but it's the classic case of "I don't know what this line does, but the program doesn't work without it"
@kthorngren thanks for the pointer!
The Buttons examples don't have the length menu. Many people run into this issue when they copy directly from the buttons examples. The
dom
docs explain all the options.Kevin