Skip to content

dash-json-grid v0.4.1

Choose a tag to compare

@cainmagi cainmagi released this 27 Oct 00:10
· 19 commits to main since this release

Introduction

GitHub release (latest SemVer) GitHub all releases GitHub PyPI - Downloads

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

  1. Add a test for validating that the docstring of the main component is consistent with that of the auto-generated component.

🔧 Fix

  1. Fix: Update the docstring of the component and the typehint ThemeConfigs to the newest version.

💾 Change

  1. 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