Manual pagination
I have a table that i want to be configured to fit both manual and not manual managed cases.
i have something like this
The problem lies on this line:
onPaginationChange: manual ? props.onPaginationChange : undefined
How to set the default onPaginationChange when the table is not manually hanlded?2 Replies
unwilling-turquoiseOP•2y ago
When manual is false I cannot change pages
robust-apricot•2y ago
If you provide
onPaginationChange
, you must also provide state.pagination