When I click skip, then it is added to changeset, which I can then save clicking on "save".
All good.
Now, I want to offer a "select all" button.
But I can't figure out how I would achieve that.
I tried adding to changesetArray or changesetObject but both didn't update the UI. Is there a way to achieve this?
I tried going down the multi row selection path.
But I want that a click on the row selects it as many other component depend on it (it's my main table). A multi row selection forces the user to click on the checkbox to select the row which is not what I want.