-
Notifications
You must be signed in to change notification settings - Fork 301
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
How to do inline-edit in vue-table? #57
Comments
@daimon99 Sorry, |
I have added a 'cell-clicked' event to dual with this situation.
What about this method? |
@daimon99 Looks ok to me, but please watch out for side effect by testing thoroughly as this is an instance update to your server side database. It always feel strange to me doing the fine-grained update like this. FYI, the |
The default button for the edit records in vue-table is like this
How can i make it like this structure using vue-table
Thank you for the help in advance |
@madhusudhan1234 You can't unless you make it a component and use |
@ratiw Thank you for the reply. Now I get the idea How to do it. |
Hello,
I want to do a inline-edit.
For example, a cell
I want to do: when user click this cell, the value is changed to "female", and save it back to db.
How should I do it?
Thank you.
The text was updated successfully, but these errors were encountered: