Hello Fiori Elements Experts,
my sample GitHub repository: bookshop-demo contains a CAP application with an OData V4 service for Roles. In the sample Fiori Elements app http://localhost:4004/webapp/fiori-latest.html#V4Role-manageUI5latest that I've added the bound Actions countUp and countDown that change the value shown in column count for the selected Entity. This actions are annotated with a side effect as documented in Side Effect Annotations: Examples -- Side effect after executing an action.

When I configure the sorting for column count to descending the table is correctly sorted:

But when I click countUp twice for the entry with the initial count value of 2 the count is increased to 4 but the sorting isn't updated:

It seems that only the entity changed by the action is updated but not the whole table to also get a correct sorting. Is there a way to trigger a complete re-biding of the table to get a correct sorting?
Best Regards
Gregor