In a form I want to edit a list of objects that contains these two fields "stock" and "enabled". The list is dynamic as it dictated from the backend.
My current solution:
For that I created a table and made these two columns editable, and then when the form is submited I linked a js query to the query that submit calls, as a success trigger.
Then on that js query i grouped edited fields for my needs, then call specific sql queries for that via additionalScopes. But the problem is that the sql Queries don't get the values send them from additionalScopes, even though I added it on Additional scope variables.