0 purchases
reactable 0.1.1
reactable-py
reactable generates interactive tables in Python.
It's a port of the R package reactable by @glin.
See these handy documentation pages:
📚 User guide
🧩 Examples
Features
controls: sorting, filtering, and pagination.
structure: grouping, aggregating, expanding rows.
format: represent numbers, dates, currencies.
style: conditional styling for headers, cell values, and more.
Installing
pip install reactable
Basic use
Use with jupyter notebooks or quarto documents (.qmd) to display tables.
from reactable import Reactable, embed_css
from reactable.data import sleep
embed_css()
Reactable(sleep)
Learn more
Essentials
Code basics
Displaying tables
Controls
Sorting
Filtering
Searching
Pagination
Column resizing
Cell click actions
Structure
Column headers
Row groups and aggregation
Expandable details
Footers
Rownames
Format
Column formatting
Column aggregated cells
Rendering cells
Rendering header and footer
Rendering details
Style
Table styling
Conditional styling (python)
Custom sort indicators
Theming
Extra
Javascript formatters
Javascript styling
Javascript filters
Using reactable with htmltools
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.