-
Notifications
You must be signed in to change notification settings - Fork 775
Question: is there a way to disable select on a particular row or rows? #502
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
Comments
@L5eoneill, sorry for lately reply and Anyway, this inspire me an idea for supporting a unable select row. however, i thinks I can support it in near future, if it done, and you can hide the disable checkbox through css(I can give this disbled checkbox a classname). Maybe its a perfect workaround. |
Supported on |
Sweet! Excellent work, Allen. It works great (other than the "select all" checkbox will never indicate "all" are selected.) By the way, to hide the disabled one, you'll need css saying input[type="checkbox"][disabled] { display: none;} |
@L5eoneill, oh I forgot the select all, I'll patch it on next version. BTW, I think I just make the checkbox disabled, I dont want to hide it. Anyway, it's a customizable case for user. I'm planing to make the ckeckbox columns more customizable in |
@L5eoneill, the select all bug has been fixed on |
We need select checkboxes for delete operations, but have a "default" item that cannot be deleted and wish to NOT show a checkbox for that row. Seems something that could be handy for other uses as well (user can only edit some rows depending on some value). Is there any current way to accomplish that?
The text was updated successfully, but these errors were encountered: