UNPKG

dash-table-experiments

Version:
18 lines (10 loc) 846 B
# dash-table-experiments What does a Dash Table component look like? `dash-table-experiments` is a package of alpha-level explorations in a Dash `Table` component. Everything is subject to change. See the [CHANGELOG.md](https://github.com/plotly/dash-table-experiments/blob/master/CHANGELOG.md) for recent changes. The Dash Table component will likely be merged into the [`dash-core-components`](https://github.com/plotly/dash-core-componets) once it stabilizes. For updates and more, please see the [dash community discussion on tables](https://community.plot.ly/t/display-tables-in-dash/4707/36). ![Dash DataTable](https://github.com/plotly/dash-table-experiments/raw/master/images/DataTable.gif) ## Usage ``` $ pip install dash-table-experiments ``` See [usage.py](https://github.com/plotly/dash-table-experiments/tree/master/usage.py)