carbon-design-system / carbon-addons-iot-react

A collection of React components shared between IBM Watson IoT products.
https://carbon-design-system.github.io/carbon-addons-iot-react/
Apache License 2.0
96 stars 77 forks source link

[Table]: should we support lazy loading of the children rows. If so we'll need some UX to indicate this expansion is loading #126

Open scottdickerson opened 5 years ago

matsgothe commented 5 years ago

This design should state the behavior of the table when a parent node is expanded

This design should be visually consistent with the action progress indicator in issue https://github.com/IBM/carbon-addons-iot-react/issues/128

davidicus commented 4 years ago

This issue is stale. Closing. Please re-open if needed.

matsgothe commented 4 years ago

This is a required table feature. With production systems in Monitor we will have 100.000 IO points in a hierarchical tree. That can not be loaded into the table. Lazy loading is required. My take is that there is no simple/intuitive way to do paging in a hierarchical tree. The 'paging' feature is the lazy loading. Hence this is a must for enterprise scale use. @amymillett