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
Table paginator should probably not be a child of the table. This is because role=table should only consist of rows, column headers, cells, etc.. Need screen-reader testing to verify if this is indeed an issue.
react-table v7 is no longer maintained and is replaced by tanstack-table v8: https://tanstack.com/table/v8
This will be a big rewrite of our current Table and we need to try to maintain as much of the current feature set as possible.
There are also new features we should consider adding later, such as "smart" column resizing based on browser window size.
Possible considerations:
columnOrder
resetting incorrectly #1901 (comment)role=table
should only consist of rows, column headers, cells, etc.. Need screen-reader testing to verify if this is indeed an issue.The text was updated successfully, but these errors were encountered: