Skip to content
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

Closed
prakhargupta1 opened this issue Nov 10, 2023 · 5 comments · Fixed by #3058
Closed

Support server-side row creation #2888

prakhargupta1 opened this issue Nov 10, 2023 · 5 comments · Fixed by #3058
Labels
new feature New feature or request scope: toolpad-studio Abbreviated to "studio" waiting for 👍 Waiting for upvotes

Comments

@prakhargupta1
Copy link
Member

prakhargupta1 commented Nov 10, 2023

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 the createRecord in the backend with the new fields

@prakhargupta1 prakhargupta1 added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Nov 10, 2023
@Janpot 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
@JerryWu1234
Copy link
Contributor

do you have more details?
I want to take this PR

@Janpot
Copy link
Member

Janpot commented Dec 21, 2023

We just merged #3001. Creation will be similar.

@JerryWu1234
Copy link
Contributor

We just merged #3001. Creation will be similar.

I got it.
let me try it.

@JerryWu1234
Copy link
Contributor

@Janpot this can assign me ? let me easy to find out when i want to find this issue

@Janpot
Copy link
Member

Janpot commented Jan 5, 2024

@JerryWu1234 I'll be picking this up myself

@Janpot Janpot mentioned this issue Jan 5, 2024
2 tasks
@oliviertassinari oliviertassinari added the scope: toolpad-studio Abbreviated to "studio" label Nov 4, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants