[table] onChangePage from TablePagination is returning an undefined page #11869
Labels
component: table
This is the name of the generic UI component, not the React module!
component: TablePagination
The React component.
support: question
Community support but can be turned into an improvement
I'm using Typescript with a
Table
component and the event handleronChangePage
on theTablePagination
component is passing an undefined page value.Expected Behavior
onChangePage
should return the current page number.Current Behavior
onChangePage
is passing an undefinedpage
, making a paginated table to not change page.Context
Your Environment
The text was updated successfully, but these errors were encountered: