I have a tabular form with a column that i put the PK and value all in the ID. So the ID for the column is enum_324. enum_ is the prefix for all the columns.
I need to do a dynamic action that will fire whenever there is a change in any ID that starts with that prefix.
I tried to change my DA to look for selector #enum_* but that didn't work.
Sorry, googled, but couldn't find the answer.