Can only see records per page OR export buttons
Can only see records per page OR export buttons
mediatomcat
Posts: 7Questions: 2Answers: 0
in Buttons
I am trying to add export buttons, but it seems I can only have the export buttons displayed or the records per page drop down, not both at the same time. Can anyone offer any help on this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Any ideas anyone...
Just add the
l
option into yourdom
option. As the documentation describes, each letter in that parameter is a feature. If you remove thel
option (as most options do) then the length menu is removed.This has come up a number of times, so I've recently added a new button type to Buttons which will perform the same actions as the default length menu, but with styling fully integrated into Buttons. That will be available when Buttons 1.1.0 is released.
Allan
Worked a treat. Thank Allen.
For reference, Buttons 1.1.0 is now available with
pageLength
built in. There is an example available here.Allan