Altair TableView 2025 Release Notes

New Features

Overlay Tool
The Overlay tool has been migrated from a panel to a dialog. From the Table ribbon, select the Overlay tool.
Python API for TableView
Complete Python API coverage for TableView has been added in this release. This includes the Window() class of type 'table':
  • CSV import and export.
  • Setting multiple cell values via a dictionary.
  • Formatting cell fonts, text, and background colors.
  • Dynamically adapting the table size relative to the table content.
Use the classes below to add the following features:
  • TableRule() class to add conditional formatting.
  • TableOverlay() classes to overlay areas for report templates.


Figure 1.