Reproduction link
Steps to reproduce
- Create an Ant Design Table with at 10 or so columns and at least 1 fixed column on the left
- Add the sorter property to all columns
- Set the sticky property on the table
- Using the tab key, navigate to the last column
What is expected?
The table should focus the last column and move the entire table to the right ensuring the table header columns and row data columns are aligned.
What is actually happening?
The table header columns move to the right but the row data columns do not causing misalignment.
Environment | Info |
---|---|
antd | 5.15.4 |
React | 17.0.2 |
System | MacOS |
Browser | Chrome |
1条答案
按热度按时间tzdcorbm1#
Start a new pull request in StackBlitz Codeflow .