Clean code when changing multiple outputs with a dash callback?

I have a dag aggrid with 12 columns. When I click one of the rows, I want a edit form to appear with 12 fields filled in. I want to be able to edit the information for that row from this form. When I write a callback for this, there would be 12 output fields. Is there a way to write it in a cleaner way?

Hi @ssingh80

Did you check out the the full row editing with Dash AG Grid? Sounds like what you are looking for – and no callbacks required!