pagination property

List<BsPaginationButtons> pagination
final

Pagination configuration for datatable if you want to hide firstPage and lastPage you can set pagination without firstPage and lastPage

If you want to create numbered pagination use string value input if you want to create input pagination use string value button

Implementation

final List<BsPaginationButtons> pagination;