Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interactive Grid goto Page (JS) / subtotal not refreshing

Gerard OtinOct 24 2019 — edited Dec 2 2019

Hi all,

We have an editable IG which can have lots of rows. This IG also has aggregations on some columns (sums), and is breaked by one column.

The thing is that there are some calculated columns (which are operations done in the IG query), that depends on some other columns; so when a column is edited, we want to refresh immediately the calculated columns. What we do now is a DA on change on any of editable columns, for automatically save, and refresh that specific row.

However, the subtotals do no refresh, so we force the refresh of the whole IG. This causes that the page in which the modification is made is lost, and it goes again to the first page.

So, my question here is double:

  1. Is there any way to set the page for an IG (with Javascript)?

  2. Is there any way to refresh the subtotals in a aggregation without having to refresh the whole data?

I made an example with a test app:

oracle_apex_ig_pagination_subtotals.gif

Thanks!

Comments
Post Details
Added on Oct 24 2019
4 comments
1,343 views