-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support vertical 'range' mode #24
Comments
🤔 Interesting scenario you have there, give me a couple of mins. |
I have checked if I could easily handle your specific scenario with the plugin, but I couldn't. Check this demo, and tell me if it is that what you are looking for: https://plnkr.co/edit/lsJvQMGJ1tfLtMnDwkkn?p=preview The API usage would be: $('table').checkboxes('range', true, 'col.a :checkbox');
$('table').checkboxes('range', true, 'col.b :checkbox');
$('table').checkboxes('range', true, 'col.c :checkbox'); @krychaj5 what do you think? |
That makes the job! |
@krychaj5 I still have to create a new release with this feature included. I will focus on that later, probably this week. |
Any reason for waiting with releasing this? Would be really useful! |
Hi!
I have multiple visible columns with checkboxes,
I need to multiple check checkboxes only in one column, now when I'm starting checking from upper checkbox in middle column (see pic), pressing shift and clicking down checkbox in middle column, It's checking checkboxes in all columns.
Is there any option to make check only middle column?
Thanks for your attention
The text was updated successfully, but these errors were encountered: