Page is not reloaded

Hi, developers

I have a problem. Please help me.
i have datagrid with pagination. When i delete items in a page, this page is not reload. but there are items in the next page. In cuba, when i delete all items in a page, page is reloaded.
Why is this not happening in Jmix as well?

Hi,
Are you sure that such functionality worked out of the box in CUBA or Classic UI?
There was no such thing in the framework, most likely it was custom code on a specific project or specific screen.

Now you can use a subscription to the collection change event and do the refresh yourself (if change type not REFRESH)

Regards,
Mikhail