dash-json-grid v0.4.1
Introduction
Dash JSON Grid is a Dash component library.
Dash porting version of the react project React JSON Grid 🔗. Provide structured and nested grid table view of complicated JSON objects/arrays.
Changelog
0.4.1 @ 10/26/2024
📣 New
- Add a test for validating that the docstring of the main component is consistent with that of the auto-generated component.
🔧 Fix
- Fix: Update the docstring of the component and the typehint
ThemeConfigsto the newest version.
💾 Change
- Change the behavior of
DashJsonGrid.update_data_by_route(...). When a column is specified, a length-one sequence is provided, and the number available items of the column is also one, will broadcast the one available value rather than broadcasting all the sequence item to all columns.
Full Changelog: v0.4.0...v0.4.1