Version 2.3.0
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 ofitables.init_notebook_mode
toTrue
- The ITables options can be imported and modified directly through
itables.options
- We have updated
dt_for_itables
todatatables.net-dt==2.2.2
anddatatables.net-select-dt==3.0.0
- We have updated the dependencies of our Jupyter widget and our of Streamlit component.