Page Length option above Buttons
Page Length option above Buttons
bbrindza
Posts: 316Questions: 73Answers: 1
I want to display the Page Length option above Buttons.
This seems like a simple one, however I can not find any examples of this. Anyone have a solution?
This discussion has been closed.
Replies
Can you not use the DOM: https://datatables.net/examples/basic_init/dom.html
Would
"DOM": "lBt"
work?Hi Loren,
I tried that already. I also tried dom: '<"top"l>Bfrtip',
Both options gave me this.
Hmmmmm . . .
Here's what I got using
dom: 'lBt'
.Not sure why yours is different . . .
I'll have to defer to others on that.
Is your button custom? I am using the DataTable Editor defaults.
Yep, that's it. When I use the default buttons I get the same behavior as you.
Add:
to your CSS.
Allan
That did it. Thanks again Sensei Allan.