Skip to content

v1.0.3

Compare
Choose a tag to compare
@TimShawver TimShawver released this 01 Jun 18:54
· 79 commits to master since this release
78e703e
  • Adds new on and off methods at both the module-level (for listening to events on all qgrid instances) and at the instance-level (for listening to events on individual qgrid instances)
  • The on and off methods mentioned above should now be used to listen for events instead of listening for the on_value_change event of the _df attribute. In other words using qgrid_widget.observe(on_value_change, names=['_df']) for being notified about changes to the state of the grid (i.e. editing, sorting, filtering) will no longer work.