Completed
Last Updated: 06 Feb 2024 14:32 by ADMIN
Pankaj Naphade
Created on: 24 Jan 2023 13:04
Category: TreeList
Type: Bug Report
0
The TreeList horizontal scrolling is breaking when there are multiple locked columns

Describe the bug

When we have more than one locked column in a TreeList and scroll the content of the component horizontally, in scenarios when two locked columns are one by one, the layout of the component is breaking.

To Reproduce

  1. Open this StackBlitz example
  2. Scroll the TreeList horizontally to the left
  3. See that only the header of the Position column is not moving, while the data of the column is moving along with the data of the other columns.

Expected behavior
The first two columns(Name and Position) should stay locked and the content of the other columns should be scrolled below them.

Screenshots
image

0 comments