Data Query Overview
The Data Query is a package for applying the sorting, filtering, grouping, and aggregate data operations.
The package exports functions which help you perform in-memory data operations. It also serializes the data descriptors according to the OData v4 URI specification.
Installation
Download and install the package:
npm install --save @progress/kendo-data-query
Once installed, you can import individual functions and then use the Data Query package.
import { process, orderBy, filterBy, /* etc...*/ } from '@progress/kendo-data-query';