Hi JET Experts,
I have an oj table with pagination. I navigate to a different page to add/edit a row and come back to this page. What I see is that the table somehow shows the old data and not the updated data in case of update alone. If I add a new row, the table shows the new row as expected.
After updating the row, I verified the JSON that is returned by the REST service (which is shown by the table). That shows the latest updated data but the table shows the old data.
Is this data being shown from the cache? This behaviour is undesired. How do I resolve this issue?
Regards,
Sarah