Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@mwouts mwouts released this 05 Apr 03:10
· 16 commits to main since this release

Added

  • ITable now has a component for Dash! You can render your Python DataFrames in your Dash application with from itables.dash import ITable (#245)

Changed

  • We have changed the default value of the all_interactive argument of itables.init_notebook_mode to True
  • The ITables options can be imported and modified directly through itables.options
  • We have updated dt_for_itables to datatables.net-dt==2.2.2 and datatables.net-select-dt==3.0.0
  • We have updated the dependencies of our Jupyter widget and our of Streamlit component.