Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 549 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 549 Bytes

Pretty Plotly Dash Table

Pandas DataFrame inside Dash Bootstrap Table = ✨

How it works

Simply put, you can add columns of Bootstrap components (dash-bootstrap-components) to Pandas DataFrames. Bootstrap's Table component will render the HTML as expected. This is cool because you can create functions to dynamically add badges and progress bars based on the values of other columns.

Example