Support server-side row deletion #2889
Labels
new feature
New feature or request
scope: toolpad-studio
Abbreviated to "studio"
waiting for 👍
Waiting for upvotes
Add CRUD operations to the Toolpad data providers.
The data provider interface can be augmented with a
deleteRecord(id)
method. When available the frontend component should automatically provide a delete buttons in the data grid which upon clicking calls saiddeleteRecord
method.The text was updated successfully, but these errors were encountered: