Symfony 6 - How to bulk update data

Viewed 47

I want to make a single form to bulk edit data. Let's say I want to edit some value/s of a variable amount of users and save it all at the same time.

example of what i want to do

I can create a form with php bin/console make:form but it allow me to edit just one entry. I am looking for the "oficial way" to do id but I don't find any clear information.

What would be the most correct way to do this in Symfony 6?

Thank you very much!

0 Answers
Related