externalProcessing

enables server-side calculations

boolean externalProcessing;

Example

webix.ui({
    view: "pivot",
    externalProcessing: true,
    ...
    })

Details

If true, all calculations are done on the server side.

See also
Back to top