Fixed Pagination controls
Fixed Pagination controls
GearTheWorld
Posts: 11Questions: 2Answers: 0
An option to make the pagination controls fixed at the bottom.
Answers
By default the pagination controls are fixed at the bottom - see here. Please can you expand on what you're after.
Colin
I have a footer which is fixed. I would like to have the pagination control located in that footer because the user has to scroll all the way down to change the page each time the page changes.
As you can see in the first screenshot the pagination isn't visible and any dummy user doesn't even know that there are more pages. The idea is to move the controls in my footer hence always visible see second screenshot
Another good reason is that the controls doesn't stay to the right when the table have an horizontal scrollbar
Can you post a test case showing what you have?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
It looks like you are trying to use
scrollX
andscrollY
which are not compatible withfixedHeader
. This is from the FixedHeader docs:Kevin