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
Allow adjusting number of classes of listed in pagination.
Currently every search returns 100 classes in a page, requiring users to scroll through 100 classes if the desired class is at the bottom. This is bad for user experience.
Steps required:
Create a filter for the number of classes desired to display per page.
Change the TablePagination to accept a dynamic rowsPerPage that determines the number of pages returned.
The text was updated successfully, but these errors were encountered:
Allow adjusting number of classes of listed in pagination.
Currently every search returns 100 classes in a page, requiring users to scroll through 100 classes if the desired class is at the bottom. This is bad for user experience.
Steps required:
rowsPerPage
that determines the number of pages returned.The text was updated successfully, but these errors were encountered: