You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes issue where qgrid prevents all other widgets from working when used on Jupyterlab (#154, #165)
Adds new sortable and filterable grid options which allows users to disable sorting and/or filtering for the entire grid (#164)
Adds new highlightSelectedCell and highlightSelectedRow which allows users to change the cell/row highlighting behavior. Setting highlightSelectedCell to True and highlightSelectedRow to False will result in spreadsheet-style cell highlighting (in response to feedback on Twitter)
Add processPhosphorMessage to handle resize events in Jupyterlab and when qgrid is embedded in other widgets. (#169, #167)
Trigger _df_changed event for filtering changes and edits. (#170)
Fixes an issue where the search text wouldn't be cleared in the text filter when the reset button is clicked
Makes qgrid compatible with ipywidgets 5+ and jupyter notebook 4.2.x
Improves installation by not requiring exact versions in requirements.txt. Previously this was causing packages in the user's environment to be downgraded unnecessarily.