-
Notifications
You must be signed in to change notification settings - Fork 880
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
disable cell in edit mode #191
Comments
just added editable:false like this: columns: { |
what if I would like to disable a particular row from edit, but not show the edit/delete buttons? |
The problem with this is it still shows the field as editable, it just does not allow editing. This can be very confusing to the end user in a large scale deployment without training. Is there a way to not show the columns that cannot be edited as inputs? |
@charleswrayjr found any solution regarding this? |
About the confusing textbox not editable, here is how I fixed this using css : dh-thing-component.scss :
To disable a particular row, there is the rowClassFunction, it should help, see : #463 and #355 (comment) |
how to disabled edit to whole cell and allow only particular row |
Hi, could you please tell me how to disable a cell when edit action is clicked.
Thanks.
The text was updated successfully, but these errors were encountered: