Releases: mwouts/itables
Releases · mwouts/itables
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.
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.
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.
Version 2.2.5
Fixed
- We have removed an erroneous assertion and added tests on the warnings issued when selected rows are not displayed (#351)
Version 2.2.4
Version 2.2.3
Version 2.2.2
Version 2.2.1
Fixed
- We fixed an issue with the Streamlit component when
selected_rows
was not set.
Version 2.2.0
Added
- ITables has a Jupyter Widget (#267). Our widget was developed and packaged using AnyWidget which I highly recommend!
- The selected rows are now available in the apps. Use either the
selected_rows
attribute of theITable
widget, the returned value of the Streamlitinteractive_table
component, or the{table_id}_selected_rows
input in Shiny (#208, #250) - ITables works offline in Shiny applications too - just add
ui.HTML(init_itables())
to your application
Changed
- The
tableId
argument ofto_html_datatable
has been renamed totable_id
Fixed
- The dependencies of the Streamlit component have been updated (#320)
Version 2.1.5
Fixed
- DataTables was updated to its latest version (2.1.6)
- We have added the DateTime extension, required by SearchTime when showing dates (#288)
- We have improved the function that determines whether a dark theme is being used (#294)
- We have adjusted the generation of the Polars sample dataframes to fix the CI (Polars-18130)
- The test on the Shiny app fallbacks to
ui.nav_panel
whenui.nav
is not available - The dependencies of the streamlit component have been updated (#313, #315)