Hi Flexmonster team,
I was currently looking into adding pagination into my drillthrough view and saw this was previously not implemented because of technical difficulties. I was wondering if there was any update on this or if you are planning to implement this to begin with?
And if not, am I correct in seeing that the only way to add this, is to catch the drillthrough request and open a custom report, as in https://www.flexmonster.com/question/custom-datasource-api-lazy-loading-of-flat-table-view/ and then add custom buttons as in https://www.flexmonster.com/question/is-there-pagination-for-flat-view/? Or is there a better way to implement this?
Kind regards,
Kevin
Hello, Kevin!
Thank you for your question.
Currently, the pagination feature is still unavailable for the drill-through view out-of-box. We already have this feature on our wishlist, however, implementing this would require changes in our component's architecture, so we are not able to provide you with any estimates. Our team will let you know once this feature would be available in Flexmonster. With this in mind, combining solutions described in the provided threads is indeed the only option for creating a pagination inside the drill-through view.
Feel free to contact us if any other questions arise.
Best Regards,
Maksym
Hi Flexmonster team,
We're also interested in pagination in the drill-through view. We are working with quite a big dataset. Is it still not implemented?
Best Regards,
Kristian
Hello, Kristian!
Thank you for reaching out to us.
Currently, pagination in the drill-through view has not yet been implemented. If you are asking this question in the context of potential performance improvements, note that the answer would depend on the data source type.
For server-side data sources like FDS, a custom API server, or Microsoft Analysis Services, Flexmonster offers a drillThroughMaxRows
property, which allows passing the maximum number of rows for the drill through view to be processed on the server.
If you are working with client-side data sources (JSON/CSV), Flexmonster already loads all the data to the browser beforehand. In that case, implementing pagination on top of the drill-through would not significantly affect performance, since all records are already available in memory.
Please let us know if our answer was helpful.
Best Regards,
Maksym