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