You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, great project. Just have a question.
I want to drag multiple times and persist those selections, the same we get with Shift pressed, but I want to achieve that as the default behavior.
Is that possible with the current code base?
I tried setting the selected cells programmatically but my cells keep flickering (They have a different color when selected). Each time I start dragging, the status of the previously selected cells is set to 'unselected'.
The text was updated successfully, but these errors were encountered:
Hey @vascocc, thanks for the feedback! I am happy to hear that you find some use case for this library.
As to your question, this is currently not supported and there is no option to enable the shift behavior by default. But I could imagine adding this as an option. For example having an additive mode that, when enabled, will not clear the previously selected items and therefore keep adding items to the selection, similar to the shift behavior.
Are you interested in implementing this option? I am happy to help you out and review your PR.
First of all, great project. Just have a question.
I want to drag multiple times and persist those selections, the same we get with Shift pressed, but I want to achieve that as the default behavior.
Is that possible with the current code base?
I tried setting the selected cells programmatically but my cells keep flickering (They have a different color when selected). Each time I start dragging, the status of the previously selected cells is set to 'unselected'.
The text was updated successfully, but these errors were encountered: