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

[Feature] - Update Strategy "updateData" #13

Closed
vueda opened this issue Aug 4, 2019 · 1 comment
Closed

[Feature] - Update Strategy "updateData" #13

vueda opened this issue Aug 4, 2019 · 1 comment
Labels
enhancement New feature or request need draft Need to think or work out a solution

Comments

@vueda
Copy link
Contributor

vueda commented Aug 4, 2019

When trying to navigate through editable cells using the tab key the focus always returns to the first editable cell (if the cell data has been changed).
This happens using both DATA and REPLACE strategy.

The expected behavior is to focus the next editable cell on tab key press.

The addition of a new data update strategy using Tabulator's updateData can solve this.

Here is a JSFiddle that shows the expected behavior. You can simulate the other scenarios changing de method used inside the cellEdited callback.

https://jsfiddle.net/gfnu2jbw/

@vueda vueda added enhancement New feature or request waiting admin Waiting a admin interaction labels Aug 4, 2019
@angeliski
Copy link
Owner

Release version 1.1.0 using the UPDATE strategy.
I will keep that issue opened to think about use that strategy in default mode when a editable table be created.

Thanks for issue and for PR

@angeliski angeliski added need draft Need to think or work out a solution and removed waiting admin Waiting a admin interaction labels Aug 8, 2019
@vueda vueda closed this as completed May 1, 2020
@vueda vueda reopened this May 1, 2020
@vueda vueda closed this as completed May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need draft Need to think or work out a solution
Projects
None yet
Development

No branches or pull requests

2 participants