问题
I have a table with react-table v7. Have used react-window for virtualisation. Now the table has last column fixed but I am unable to fix the last column of the table. React-window's internal element has overflow: auto
which is not letting the column to be sticky at last.
Here's the link reproduce the issue.
I am trying to achieve something around these lines.
If you see the issue link, I want the last row to be fixed at a position and keep the rest horizontally scrollable.
来源:https://stackoverflow.com/questions/61968493/react-table-v7-fixed-column-with-react-window