how to add selected cell manually to stored (added) #235
Unanswered
MehdiAloui
asked this question in
Q&A
Replies: 1 comment
-
Hey! Could you share a minimal, full reproduction? It's pretty difficult to find out exactly what went wrong without a whole example :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I create a react component for a scheduling grid . It allows users to select specific hours across days in a week, with features for selecting/deselecting entire rows (days) and columns (hours). The problem is when i select from the extra row or column it will select the specified column or row but after i try deselect one cell from this row or column it wont only after the second click on it.
this my onmove code
and this 2 functions to handle the behaviour
Beta Was this translation helpful? Give feedback.
All reactions