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
Currently, you have to set three different props: restrictEdit, restrictAdd, and restrictDelete to prevent all editing. If you just want a quick way to turn this into a viewer-only, there should be viewer prop that will take the place of those three.
It would be boolean only, no functions.
The text was updated successfully, but these errors were encountered:
Currently, you have to set three different props:
restrictEdit
,restrictAdd
, andrestrictDelete
to prevent all editing. If you just want a quick way to turn this into a viewer-only, there should beviewer
prop that will take the place of those three.It would be boolean only, no functions.
The text was updated successfully, but these errors were encountered: