-
Notifications
You must be signed in to change notification settings - Fork 8
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
"checkAll" column config property #20
Comments
I think, since I haven't used too much of the check box functionality, I want to refactor the approach on it. Maybe make the checkbox attribute an object like the editable attribute. Thoughts @Droogans? Maybe something like:
|
All I can think is that I don't want to bind my checking to an immediate function. I want some other button on my page to iterate over all checked items, and do So, given that, it'd be nice if checkboxes didn't have functions bound to them, they would simply check and do nothing. Same goes for |
Yea, so I think that putting the configuration for that function, however, would still be in the column declaration. But definitely make things so that there's a bulk-editing mode or somethinng. |
When I include a table column config such as the following:
I expect the checkbox in the sort column to check/uncheck each row's checkbox.
Currently, it doesn't.
The text was updated successfully, but these errors were encountered: