Hi all. I'm on APEX 21.2.0.
I have an interactive grid based on a table and with a where condition.
When I fetch rows I have the correct total number of records, for example 100.
Then I update some records and when I press the save button of the interactive grid, the records that I have update correctly are not displayed in the interactive grid (because they don't follow the where condition) but the total number is still the same and it is not decreased.
How can I solve this problem?
Thanks,
Fabrizio