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.
ostmal
Posts: 102Questions: 33Answers: 0
Answers
The Page Length input is controlled by
lengthChangeordom. Also I believe you need to havepagingenabled. 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
domoption like thisdom: 'Bfrtip',. Please see the docs fordomand 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 optionusing with thelin the position you want the length menu. Like thisdom: 'Blfrtip',.Kevin
Thank you very much, Kevin