Table Action -> pending changes get reset before save action starts

  • Goal: I have an editable table that was working up until recently. I have editable fields in my rows. The moment I click "save", the change gets undone, and in the actual action itself, those changes are still in the changesetArray but are set to null (I am updating a true/false checkbox, so null isn't even an option)

  • Steps: Basic table with editable columns. The moment you save, the checkbox resets, and the changsetArray sets the specific value to null

  • Screenshots:
    1st image is before making change, 2nd is after I change the "enabled" cell to true, and 3rd is what it looks like (plus a log of the changesetArray that runs in the handler of a save action) after pressing save

This appears to be solved per this comment

1 Like