Auto save Interactive grid

372 views Asked by At

iam using Oracle Apex version 19.1 to auto save an interactive grid using change dynamic action with the below code

Apex.region("static_id").widget().interactiveGrid("getActions").invoke("save") Iam getting an Uncaught typeerror: cannot read properties of null values error after saving one value how to resolve this issue any ideas?

0

There are 0 answers