I have a very complex form page in oracle apex. and its from a large table with many columns When i save on this form, the entire page is submitted and refreshed by default in oracle apex. For this page it takes about 7 to 10 seconds to totally refresh and update the table etc.
I would like to know if there is something i can do to update table rows without having to refresh the entire page.
I kind of know that you can write an update statement to do this .but is there a more elegant solution in apex.