Hi,
One of my team member delete some rows from table by mistake how we get those row again please guide.
Hi,
One of my team member delete some rows from table by mistake how we get those row again please guide.
This doesn’t help you right now, but a pattern I use sometimes is a Trash button.
Trash
column (button), a hidden Trashed?
column (checkbox).Trashed?
column to true.Trashed?
= false.Providing this functionality to users encourages them to use the button instead of right click -> delete row everywhere. And you can always recover a row by un-checking.
Now if only we can get the Coda team to add a locking setting that prevents row deletes, while still allowing row edits…
Great tip with the trash button!
I’ll also go ahead and add your vote to the feature request of an additional doc locking option for “prevent deletion of rows”. Thanks for the feedback!