Good afternoon,
I created a dashboard where I display a table. I'm using the 'Export to CSV' feature to export the content of the table but it looks that I export only 100 rows (I display more than 100 rows in my table). I can't export more than 100 rows?
Regards,
Koen
Hi Koen,
We can classify this as a software issue for which I have created a new task (DCP175186).
This likely got introduced by the lazy loading feature which only fetches the pages that are visible in the UI. Scrolling down the table will fetch additional pages until all of them are retrieved. Taking an export when you're at the bottom of the table will contain all results although I understand that it's a cumbersome workaround.