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

Batch Edit Support for Array in FormData #4412

Open
1 task done
aress31 opened this issue Dec 9, 2024 · 2 comments
Open
1 task done

Batch Edit Support for Array in FormData #4412

aress31 opened this issue Dec 9, 2024 · 2 comments
Labels
awaiting response feature Is a feature request

Comments

@aress31
Copy link

aress31 commented Dec 9, 2024

Prerequisites

What theme are you using?

mui

Is your feature request related to a problem? Please describe.

When passing an array as formData, it would be beneficial to support batch actions. For example, if the following fields are present:

  • id
  • name
  • gender

Changing a single value in one of these fields should update the entire array without modifying the other fields. This feature is essential for efficient form handling.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

@aress31 aress31 added feature Is a feature request needs triage Initial label given, to be assigned correct labels and assigned labels Dec 9, 2024
@heath-freenome heath-freenome removed the needs triage Initial label given, to be assigned correct labels and assigned label Dec 13, 2024
@heath-freenome
Copy link
Member

@aress31 we aren't following what you are looking for. Can you provide a more detailed example?

@aress31
Copy link
Author

aress31 commented Dec 14, 2024

An example with QuickBooks:

  1. Select 8 records in the tables:

    image

  2. Click on the Edit button.

  3. A modal form opens where the 8 records can be updated at once:

    image

@aress31 aress31 changed the title Batch Actions Support for Array in FormData Batch Edit Support for Array in FormData Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response feature Is a feature request
Projects
None yet
Development

No branches or pull requests

3 participants