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)