Skip to main content

PaginationByRows

It is recommended to reset the active page as part of the callback to onChangeRowsPerPage.

Result
Loading...
Live Editor

No Rows Per Page

Result
Loading...
Live Editor

No Rows Per Page or Total

Result
Loading...
Live Editor

Analytics

The PaginationByRows component is trackable through Kyber Analytics. This is the default analytics config.

export default {
value: 'PaginationByRows',
actions: {
onPageClick: { type: 'PAGINATIONBYROWS_ON_PAGE_CLICK', payload: 'Page Click' },
onChangeRowsPerPage: { type: 'PAGINATIONBYROWS_ON_CHANGE_ROWS', payload: 'Change Rows' },
},
};

Props