How to center pagination buttons and put them before table

How to center pagination buttons and put them before table

beckertobibeckertobi Posts: 3Questions: 2Answers: 0

Hello,
I am using a bootstrap table with the datatables library and would like to change the size of the pagination buttons + the location.
The pagination buttons should be in center above the table and should be shown a little bit smaller.
Please check the attached screenshot.

Does anybody have an idea? I would really appreciate your help.
Thanks so much!

Answers

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736

    The dom option is used for placement of these elements. There are Bootstrap examples in the docs to get you started.

    Kevin

  • beckertobibeckertobi Posts: 3Questions: 2Answers: 0

    Thanks for your answer.
    I tried to figure it out. For me it's still unclear how the dom option works to center the pagination in front of the table.

    Tobias

This discussion has been closed.