RenderMode
12 Sep 20251 minute to read
Allows to set the mode of rendering the pivot table. They are,
-
Local- Defines the data source in client side and the aggregation done in the same. -
Server- Defines the data source in server side (WebAPI) and the aggregation done in the same. Only the rendering part alone done in client side.