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
I am trying to only apply a checkbox for specific projectID's.
I am not sure what features of this library I am supposed to be using in order to access that or if I am approaching this problem entirely wrong. I have attached a sandbox so you can take a look. What I would like is to have no checkbox in col 2 for projID 12345. Any help would be very apprecaited! Thanks everyone.
PS. I have also greyed out the part that has useState and UseEffect that I thought was required to keep the value of the state in said checkbox but I was getting an error stating that I couldnt nest hooks (see hook laws in React docs). But I dont understand how the creators of this library can do it in their example. editable data link
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am trying to only apply a checkbox for specific projectID's.
I am not sure what features of this library I am supposed to be using in order to access that or if I am approaching this problem entirely wrong. I have attached a sandbox so you can take a look. What I would like is to have no checkbox in col 2 for projID 12345. Any help would be very apprecaited! Thanks everyone.
sandbox link
PS. I have also greyed out the part that has useState and UseEffect that I thought was required to keep the value of the state in said checkbox but I was getting an error stating that I couldnt nest hooks (see hook laws in React docs). But I dont understand how the creators of this library can do it in their example. editable data link
Beta Was this translation helpful? Give feedback.
All reactions