Support data buffers in tables (same as plots)
Open
feature
ui
- Dominant language
- Python
- Stars
- 4.3k
- Forks
- 371
- Avg merge
- 26d 1h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Research direction
Start with the ui.table API and compare its current data handling with the plot class and its data buffers. Determine the table behavior needed for changing individual values without refilling every row, then verify that partial updates work as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100