"Entries per Page" widget disappears when Buttons are added
"Entries per Page" widget disappears when Buttons are added

When Buttons are enabled, they replace the "Entries per Page" dropdown widget. Is there a way to have both of these work together ?
Code snippets at JSFiddle : https://jsfiddle.net/t4u1uyv2/2/
Can someone please clarify if this is a bug that is being tracked or if a workaround has to be followed to have both the Buttons and the "Entries per Page" widget work together ?
This discussion has been closed.
Answers
There is no bug here - the issue is that your
dom
option (dom: 'Bfrtip',
) doesn't include thel
property which denotes the length change option in the DOM structure. Just addl
where you want it to appear in the DOM order.Allan