Data Grid - Adding condition to edit

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.

That works! Thanks so much!

Happy to help!