Skip to content

v1.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@TimShawver TimShawver released this 16 Oct 18:06
· 153 commits to master since this release
  • Makes qgrid compatible with ipywidgets 7+
  • Support for using qgrid in Jupyterhub and Jupyterlab (#85)
  • Editing cells via double clicking is always available now (except for on index and inteval-type columns)
  • Support for editing and filtering boolean columns (#95)
  • Support for larger DataFrame (1 million+ rows)
  • Added get_changed_df method to retrieve a copy of your DataFrame that reflects sorting and filtering, as well as any edits you've made. (#7, #87)
  • Added enable and disable methods to allow DataFrames and Series to be displayed as qgrids automatically. (#8)
  • Support for displaying interval columns, but not editing/filtering/sorting them (#113)
  • Added "full screen" button to allow qgrid to take up your whole browser window (#120)