h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 327 forks source link

Emit event on table group open/collapse #2133

Closed n-srinidhi closed 13 hours ago

n-srinidhi commented 1 year ago

Is your feature request related to a problem? Please describe

The problem is described in this discussion.

Describe the solution you'd like

I'd like to be able to update the table groups and rows without resetting the collapsed/expanded state of the table groups.

UNAPZ commented 11 months ago

I will try it.

UNAPZ commented 11 months ago

I used your given logic to solve the problem. But do I need to develop new features for table.tsx? If the development can provide me with some necessary documentation or workarounds.

dbranley commented 2 days ago

I've submitted a PR for this feature request. Please let me know if you have any questions or would like me to make any changes. Thanks!