Skip to content

EqPagingOptions interface

Defines the structure of paging options


The CSS class for the “page navigor” element

● cssClass?: string


True - if the paging is enabled

● enabled?: boolean


Defines how many buttons we need to show in the page navigator

● maxButtonCount?: number


Total number of pages

● pageCount?: number


The number of the current page

● pageIndex?: number


The CSS class for the element which contains page number buttons

● pageItemCssClass?: string


A function that is called on page selection

● pageSelectedCallback?: (pageNum: number) => void


If true - PageNavigator widget will use some Bootstrap classes during the rendering.

● useBootstrap?: boolean