facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Tab only Scrolls Single Line and Moves the Fixed Columns for that Line #436

Open phylliphamby opened 8 years ago

phylliphamby commented 8 years ago

I noticed after build out a table with fixed columns and input fields that when I tabbed through the inputs, if there were inputs off the screen horizontally that the line I was tabbing on would scroll without the other lines scrolling. Also, the fixed column information for that line seems to be ignored.

You can duplicate this issue by opening the examples and resizing the window so there is a horizontal scroll visible; then click in the first box on the first line and start tabbing. The tab seems to jump to the links on each line, but you will see that the fixed columns move off the screen and the other table rows stay put.