I've been struggling to keep the pagination section of a JQuery Bootgrid table I'm building in the right position. No matter what I do, it always seems to be aligned with the last row of the table. I attempted setting the container div as relative and adjusting the top and left properties without success. Here are some snapshots showcasing the current placement of the pagination:
https://i.sstatic.net/iCKQg.png
https://i.sstatic.net/sGrsR.png
My goal is to have the pagination positioned similarly to the "Click Me!" button, regardless of the number of items in the table: https://i.sstatic.net/XKznr.png
You can target the pagination element using this selector:
" #form .bootgrid-footer .pagination, .bootgrid-header .pagination "
I've created a demo on JSFiddle. The CSS section includes instructions on how to style the Bootgrid pagination.
See JSFiddle