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

Update multiple cell values at same time #68

Open
KhushbooShah opened this issue Dec 10, 2018 · 1 comment
Open

Update multiple cell values at same time #68

KhushbooShah opened this issue Dec 10, 2018 · 1 comment

Comments

@KhushbooShah
Copy link

Let's say I have row with 3 columns : First Name, Last Name and Password. Currently I can edit First Name and change it's value by clicking confirm button for that cell. Similarly for the last name. By any chance, is there any way I can edit First Name and Last Name and just click confirm (for that particular row) once and both cell's value get update?

Thanks!

@sinhashubh
Copy link

@KhushbooShah I needed the same thing and also to recognize columns by field names rather than index cause I needed dynamic table generation. You can check https://github.com/sinhashubh/datatable-examples for Edit complete row at once.

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