DTO Print Excel

Hey There,
Jmix Version: 2.2.3.

I would like to ask it is possible to create a list view screen from DTO and add export excel action to the table?

My plan is to print excel from DTO and I managed to produce the expected result. Unfortunately, When I click All Rows Button. Only Header without data export to excel. When I click Current Page, Header with Data successfully export to excel

I attach image below for your reference
image

I do also refer the documentation [ Entities :: Jmix Documentation] and Implement @JmixId annotation for PK. but still figure out that is the cause?

Thank in advance

Hi!

This functionality was not available due to the fact that in ExportAll implementation used loading data from the dataManager. There is the issue so that ExportAll takes into account the presence of a loadDelegate for the data loader: ExportAll action doesn’t use LoadDelegate · Issue #3313 · jmix-framework/jmix · GitHub

This will be available in the 2.3 upcoming release.

Best regards,
Dmitriy

Thank you for the answer