Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Good afternoon,

while testing the PivotView in an angular environment with the examples you provide, it is not clear if it is possible to load data dynamically from an odata source. 

I would expect:

  • that not all data is loaded on the first query, and only information about the possible fields are loaded from the ODATA source, if I use an odata source and enable virtual scrolling with the enableVirtualization flag in the component
  • When I add a field to a row/column/filter/value the component then requests the needed data from the ODATA source
  • When I set a filter/sorting/aggregation in the FieldList, the component makes the query with the fields I've set
Are the points listed above how the component should work or am I missing something. In the case the component does not support my points, is there a way to load only the data needed and to avoid that all data is always sent to the client?

I attach the testing environment I used, created from the syncfusion documentation, where virtualization is enabled and all data is returned: