gregnb / gregnb/mui-datatables
Scroll to bottom on pagination
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Context:
Given that I am using the basic table example
When I change the value for rows per page
And the number of rows is longer than the window
Then the page automatically scrolls to the bottom of the table.
Problem:
Given that I am on the last page of the table
And the number of rows remaining is smaller than the selected rows per page
When I go back one page
Then the page does not scroll to the bottom of the table anymore.
Question:
Why does the page not scroll to the bottom of the table anymore when going back from the last page?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.