You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mbrn I can make this change, but not sure if you want to make this or just update documentation? I'm also not sure of the ramifications of making this change.
I'm happy with the workaround for my own purposes.
Describe the bug
The onChangeRowsPerPage event is not triggered if using remote data.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
onChangeRowsPerPage handler called when a remote data source is used and user changes page size.
Workaround
Within your remote data function the new page size will be provided.
Additional context
The following is the code that produces the issue. Line 282 would need to be duplicated into the first condition.
https://github.com/mbrn/material-table/blob/master/src/material-table.js#L273
The text was updated successfully, but these errors were encountered: