Expose
name | description |
---|---|
currentPageFirstIndex | Current index of the first item on the current page |
currentPageLastIndex | Current index of the last item on the current page |
clientItemsLength | Total number of items in the client-side data |
totalItems | All items after sorting, filter and numberFilter |
maxPaginationNumber | Maximum pagination number |
currentPaginationNumber | Current pagination number |
isLastPage | Indicates whether it's the last page |
isFirstPage | Indicates whether it's the first page |
nextPage | Function to navigate to the next page |
prevPage | Function to navigate to the previous page |
updatePage | Function to update the current page |
updateSortField | Function to change the sort |
rowsPerPageOptions | Options for the number of rows per page |
rowsPerPageActiveOption | Currently selected number of rows per page |
updateRowsPerPageActiveOption | Function to update the selected number of rows per page |