Unplanned
Last Updated: 26 Mar 2025 16:45 by ryo

Hi, Team. 

With the current implementation of the TreeList, if there is a vertical scrollbar in the component, this scrollbar starts from the header cells.

Can you consider making the scrollbar top position start below the header cells of the TreeList? As a reference, you can use the behavior of the vertical scrollbar in the Grid.  

Unplanned
Last Updated: 30 Jan 2025 07:37 by ADMIN
Created by: sinfo
Comments: 1
Category: TreeList
Type: Feature Request
0

I would like to be able to select elements in the tree using shift: click on element #1, then click with shift on element #20 - all elements from 1 to 20 are selected

I also want Ctrl + A to work - select all

 

In general, this is necessary for all grids, tables, etc.

Unplanned
Last Updated: 28 Aug 2023 14:01 by Kwangjae
Currently hiding a column with a hidden prop is not supported for the native version of the TreeList
Unplanned
Last Updated: 12 Jan 2023 08:32 by ADMIN
Scheduled for R1 2023 - Increment 3 (18.01.2023)

Describe the bug
The TreeListDataStateChangeEvent type currently has the following props:

  • component, dataState and event

While its props should be:

  • component, data and event

Expected behavior

The types defined in the TreeListDataStateChangeEvent should be component, data, and event