Pagination with containerProvider option doesn’t working

Hi team,
Jmix version : 1.5.4.
We have use pagination component with containerProvider option as jmix documentation description here:
image
But the result seem not working.
Our code in descriptor like that:
image

Java code here:
image

The final result:
image

Hello,

If you are using a custom date container, you will need to define your own pagination logic.

If you declare custom data loading with a delegate, and you display the loaded data in the table with a pagination component (Pagination or SimplePagination), then you may also need to define the custom logic to count total number of rows. Take a look at TotalCountDelegate handler for the pagination component associated with the table.

Docs: Data Loaders :: Jmix Documentation

Regards,
Nikita

Similar question on your topic: Pagination component can't display correct page tabs - #12 by samybill

Regards,
Nikita

It’s working. Thank you very much!