Hi, I am trying to add a condition to let just one user to edit the Data Grid component. But I could not see conditional logic under Actions tab. When try with Collection component it works but I need that to be working for data grid
Yes you cannot add condition to inline edits, only in actions.
What you can do is have 2 data grid components, one visible to the admin that allows inline editing, and the second visible to the other where it’s not allowed to do inline edits.
1 Like
That works! Thanks so much!
1 Like
Happy to help!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.