Open indushree729 opened 4 years ago
Hi there,
Thanks for the feedback.
Firstly, I'd like to remind that using a server side solution would be better for huge data sets.
However this is something we want to enhance.
As a workaround you can export directly by using xlsxExporter service: xlsxExporterService.export(data);
Thank you
@HalitTalha If I do this there is no way to hide any columns for the csvexport
@HalitTalha my data are only 1000 rows not 15000. It still flickers like crazy. What is the actual issue here that is causing this flickering?
This is actually the expected behavior. Getting the table representation (the results of interpolation rules) of the data without explicitly iterating over pages is not possible. We have 2 different experimental solutions still in progress.
Any estimate on when is gonna be released?
@HalitTalha any update on that?
@HalitTalha has there been any progress on the above? I see that almost a year later, the issue still persists.
Also I am interested in the workaround, however I cannot see anywhere with examples on how I can implement it.
When i am trying to export 15k records to xlsx entire UI screen will flicker. Is there any option to stop flickering when table starts exporting.