@gradio/dataframe@0.23.2
📦 gradioView on GitHub →
🐛 5 fixes🔧 1 symbols
Summary
This release focuses on significant performance improvements and bug fixes within the gr.Dataframe component, including rendering speed and usability enhancements. Several internal Gradio dependencies were also updated.
🐛 Bug Fixes
- Restored the select-all checkbox in boolean column headers of gr.Dataframe.
- Enabled native context menu and text selection on static cells within gr.Dataframe.
- Fixed extreme rendering slowdown in gr.Dataframe when using datatype="date" (and similar dtypes) by optimizing when EditableCell's shim-blur is fired.
- Improved performance of the hidden sizing-row computation in Dataframe by avoiding Date rendering for every entry.
- Reworked gr.Dataframe wrapping, truncation, and column width sizing.