Skip to content

v0.24.0

Latest

Choose a tag to compare

@rich-iannone rich-iannone released this 24 Aug 16:14
· 1 commit to main since this release

Great Tables v0.24.0 introduces interactive tables, letting users sort, search, filter, and paginate directly in the browser. A single call to opt_interactive() transforms any GT table into a client-side interactive widget while preserving all existing formatting and styling.

New Features

  • Interactive tables — The new opt_interactive() method enables column sorting, global search, per-column filters, pagination, row highlighting, etc. Works well with Jupyter, Quarto, and Shiny. (#856)

Bug Fixes

  • Three incorrect parameter names in docstrings were corrected. (#853)