Features
Pagination
Full pagination controls with customizable buttons, page info, and server-side support.
Full pagination controls are included and fully customizable:
Configurable items per page
(10, 20, 30, 50, 100)with a visible page-size dropdown.First,Previous,page numbers,Next, andLastnavigation buttons — each individually toggleable.Configurable number of visible page buttons with smart windowing around the current page.
Pagination info text with template variables:
{0} = start index,{1} = end index,{2} = total entries.All buttons support
custom SVG iconsandcustom arrow HTML.Full color theming:
default,active(current page), andhoverstates forcolor,background, andborder.Configurable button
width,height,border radius,font size, andfont weight.
In Server Side API mode, pagination parameters are sent to the backend on every page change and the total record count is read from the API response meta.total field.
