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

Allow only one row to edit at time #727

Open
shrikantthorve opened this issue Apr 17, 2018 · 1 comment
Open

Allow only one row to edit at time #727

shrikantthorve opened this issue Apr 17, 2018 · 1 comment

Comments

@shrikantthorve
Copy link

If user clicks on edit on table row then other rows cannot be edit. Once user clicks on save or cancel then only we can allow user to edit other user.

@ckosloski
Copy link
Contributor

Couldn't you do this with a scope variable?
Set the variable on edit to true and have edit buttons disabled if the scope variable is set.
Set the variable to false when cancelling or saving to enable edit again.

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