The pagination list length switch is not displayed
The pagination list length switch is not displayed
ostmal
Posts: 102Questions: 33Answers: 0
This discussion has been closed.
Answers
The Page Length input is controlled by
lengthChange
ordom
. Also I believe you need to havepaging
enabled. By default it will show but you may have one of these option set to a non-default value which could hide it.Kevin
Thanks. I added:
No change!
You can view it here
You are using the
dom
option like thisdom: 'Bfrtip',
. Please see the docs fordom
and this faq.Kevin
Thanks.
I removed the "Bfrtip"
Nothing has changed
Did you update the test case? It looks like
dom: 'Bfrtip',
is still there. Maybe I'm looking at the wrong script.Kevin
Yes, update
I cleared my cache and now see this:
Looks like the length menu is there. Now put back the
-dom option
using with thel
in the position you want the length menu. Like thisdom: 'Blfrtip',
.Kevin
Thank you very much, Kevin