Hello,
I ran into an issue when i try to use fixed_rows. When horizontal scrolling occurs with resizing the browser or having too many columns the header does not move when you move the horizontal scroll bar.
I also ran into the same issue in the example given on the Plotly Dash documentation website in the “Vertical Scroll With Fixed Headers, Workaround Option 2: Fixing the width of the columns” section,
https://dash.plotly.com/datatable/height
I have tried google chrome and firefox both having the same results for the Dash documentation example, the header does not move horizontally with the horizontal scroll bar. This results in misalignment of column headers and prevents me from seeing all of the column headers (if there were many column headers).
Attached is a picture of my code i used to get this issue and the package versions.
Thank you