Topic: Custom datatable pagination

Pytchoun free asked 5 years ago


How can i custom pagination style for put pagination circle button ?


Marta Wierzbicka staff answered 5 years ago


Hi,

you can add this CSS code:

.pagination .page-item .page-link { margin-left: 2px; margin-right: 2px; -webkit-border-radius: 50%; border-radius: 50%; } .pagination .page-item .page-link:hover { -webkit-border-radius: 50%; border-radius: 50%; } .pagination .page-item.active .page-link { -webkit-border-radius: 50%; border-radius: 50%; }

Best, Marta


Marta Wierzbicka staff answered 5 years ago


Hi,

do you mean this: https://mdbootstrap.com/docs/jquery/components/pagination/#shape?

Best, Marta


Pytchoun free commented 5 years ago

Yes how can i add this to the datatable ?



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.7.5
  • Device: w10
  • Browser: chrome
  • OS: w10
  • Provided sample code: No
  • Provided link: No
Tags