pegasystems / constellation-ui-gallery

This open-source repository provides a collection of ready-to-use and customizable Constellation DX components. Use this resource to gain inspiration, best practices, and a solid foundation for implementing custom components.
https://pegasystems.github.io/constellation-ui-gallery/
Apache License 2.0
30 stars 22 forks source link

Tree List component #14

Open ricmars opened 7 months ago

ricmars commented 7 months ago

While it is possible to achieve some tree list representation using table grouping, this approach requires flattening the data structure and does not guarantee the order of the nesting.

The goal of this component is to be able to take a recursive data page that has embedded list and represent the data in a Tree list view - Ability to support row level action would be great but at a minimum should render pyID as link. Support for column filtering, search can also be considered.