I am attempting to set up a Kanban board whereby a user can drag/drop individual cards between columns. These columns are each different RG’s that pull data from the same table in the database, but are filtered on a State field (e.g. - To Do, In Progress, Done, and Archived). When moving elements between columns, I’d like to access the target column’s state so that I can update the state of the element during the drop action; however, I don’t see a way I can do this. I’m only seeing to the original RG’s data and can’t figure out a good way to update the state of the RG element (as a result, it stays in the same column because the State field is never updated).
Is something like this possible with this plugin?