Hi team,
Jmix version : 1.5.4.
We have use pagination component with containerProvider option as jmix documentation description here:
But the result seem not working.
Our code in descriptor like that:
Java code here:
The final result:
Hi team,
Jmix version : 1.5.4.
We have use pagination component with containerProvider option as jmix documentation description here:
But the result seem not working.
Our code in descriptor like that:
Java code here:
The final result:
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!