Hi, I am using the pivotview component. the data is consumed through a web service. a subset of data of 23400 records is used and the performance is good, displaying the data consumed in 14 seconds on the screen, but when the full set of 351000 records is used, it becomes very slow taking to display the data on the screen in more than 16 minutes, after this the navigation is very slow. the data used has approximately 40 columns. component virtualization is enabled (enableVirtualization = {true}) and services in the inject include VirtualScroll.
How could be improve performance to display a large amount of data?
thanks,
ORLANDO RESTREPO