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_rowsattribute of theITablewidget, the returned value of the Streamlitinteractive_tablecomponent, or the{table_id}_selected_rowsinput in Shiny (#208, #250) - ITables works offline in Shiny applications too - just add
ui.HTML(init_itables())to your application
Changed
- The
tableIdargument ofto_html_datatablehas been renamed totable_id
Fixed
- The dependencies of the Streamlit component have been updated (#320)