-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support server-side row creation #2888
Labels
new feature
New feature or request
scope: toolpad-studio
Abbreviated to "studio"
waiting for 👍
Waiting for upvotes
Comments
prakhargupta1
added
the
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
label
Nov 10, 2023
Closed
Janpot
added
new feature
New feature or request
waiting for 👍
Waiting for upvotes
and removed
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
labels
Nov 20, 2023
do you have more details? |
We just merged #3001. Creation will be similar. |
I got it. |
@Janpot this can assign me ? let me easy to find out when i want to find this issue |
@JerryWu1234 I'll be picking this up myself |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
createRecord(fields)
method. When available the frontend component should automatically provide a create button in the data grid which adds an empty editable row and a commit button that calls thecreateRecord
in the backend with the new fieldsThe text was updated successfully, but these errors were encountered: