EqPagingOptions interface
Defines the structure of paging options
- cssClass
- enabled
- maxButtonCount
- pageCount
- pageIndex
- pageItemCssClass
- pageSelectedCallback
- useBootstrap
Properties
Section titled “Properties”cssClass
Section titled “cssClass”The CSS class for the “page navigor” element
● cssClass?: string
enabled
Section titled “enabled”True - if the paging is enabled
● enabled?: boolean
maxButtonCount
Section titled “maxButtonCount”Defines how many buttons we need to show in the page navigator
● maxButtonCount?: number
pageCount
Section titled “pageCount”Total number of pages
● pageCount?: number
pageIndex
Section titled “pageIndex”The number of the current page
● pageIndex?: number
pageItemCssClass
Section titled “pageItemCssClass”The CSS class for the element which contains page number buttons
● pageItemCssClass?: string
pageSelectedCallback
Section titled “pageSelectedCallback”A function that is called on page selection
● pageSelectedCallback?: (pageNum: number
) => void
useBootstrap
Section titled “useBootstrap”If true - PageNavigator widget will use some Bootstrap classes during the rendering.
● useBootstrap?: boolean