dash-json-grid v0.3.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.3.1 @ 09/14/2024
🔧 Fix
- Fix: Fix some links and formats in the readme.
- Fix: The step for installing the dev version suggested in the readme is not correct. Now it has been corrected.
- Fix: Make
data
sanitized. Now a scalar likeint
orstr
can be passed to the propertydata
and thedata
will be rendered as a one-value list. - Fix: When selecting a scalar element from a list, the returned index in
selected_path
isstr
but notint
. Addmixins.sanitize_list_index(...)
to treat this special case.
💾 Change
- Add the section "3. Additional utilities" to the readme.
- Adjust project details and fix typos in the readme.
- Add an explanation about
data
in the readme. - Adjust the metadata of the project, and remove the auto-genreated file.
- Adjust the format of the workflow files.
Full Changelog: v0.3.0...v0.3.1