TreeTable | More than 2 Frozen Columns not Compatible with Table Scroll #2019
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
CodeSandbox Case (Bug Reports)
https://codesandbox.io/s/gallant-violet-bzrsr?file=/src/TreeTableScrollDemo.vue
Current behavior
If the user scrolls, the third column overlaps the second and only the 4 column is pushed under the 2 column. If the user opens the
Application
tab and then clicks on the scroll bar, the first value remains in the third column and the other values are shifted to the left.alignFrozen
doesn't fix the bug.Expected behavior
If the first three columns are marked as
frozen
, they must also remain and the following columns must disappear behind thefrozen
columns as soon as the user presses the scroll bar.The text was updated successfully, but these errors were encountered: