Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto commit edits when qgrid widget loses focus #251

Open
keatonb opened this issue May 28, 2019 · 1 comment
Open

auto commit edits when qgrid widget loses focus #251

keatonb opened this issue May 28, 2019 · 1 comment

Comments

@keatonb
Copy link

keatonb commented May 28, 2019

Environment

  • Operating System: OS X 10.13.6
  • Python Version: $ python --version Python 2.7.16 :: Anaconda custom (64-bit)
  • How did you install Qgrid: (pip, conda, or other (please explain)) conda
  • Python packages: $ pip freeze or $ conda list (please include qgrid, notebook, and jupyterlab versions)
    qgrid 1.1.1 py27_1001 conda-forge
    notebook 5.7.8 py27_0
  • Jupyter lab packages (if applicable): $ jupyter labextension list
  • Browser: Google Chrome

Description of Issue

I expect when I click and edit a value in the qgrid and then click outside of the widget, that my change will be registered. However, I find that I have to press return or click on another qgrid cell for the change to not be reverted. This is not intuitive as a user, as other text entry fields like ipywidgets do change when the widget loses focus.

It looks like this has been addressed on the slickgrid end: ghiscoding/aurelia-slickgrid#82

Is it possible to make defocusing commit changes to the table with qgrid?

@commons3nse
Copy link

I get frustrated with this too. Have edited a lot of checkboxes just to find out that none of those changes persisted - as soon as I scrolled out of scope, it was lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants