h2oai / wave

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

Support data buffers in tables (same as plots) #2356

Open michaeltraxler opened 3 months ago

michaeltraxler commented 3 months ago

The feature, that plots have the data class as the origin of the data to be shown is very nice. This is unfortunately not implemented for wave-tables (ui.table). Currently, one is forced to completely fill all rows of a table, even if only one value is changing. This breaks the comfort learned from using the plot-class.