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
Is your feature request related to a problem? Please describe.
Sometimes you need to put new data into a table, replacing an old data.
Right now it's possible, but you need to get the list of rows and then delete them one by one.
Describe the solution you'd like
DELETE /index.php/apps/tables/api/1/views/{viewId}/rows/* or something like that.
Is your feature request related to a problem? Please describe.
Sometimes you need to put new data into a table, replacing an old data.
Right now it's possible, but you need to get the list of rows and then delete them one by one.
Describe the solution you'd like
DELETE /index.php/apps/tables/api/1/views/{viewId}/rows/* or something like that.
Describe alternatives you've considered
#437 With option to delete all
Additional context
No response
The text was updated successfully, but these errors were encountered: