title | page_title | description | slug | position |
---|---|---|---|---|
Overview |
DataSource Overview - Components - Kendo UI for Vue |
Use the Kendo UI DataSource wrapper component in Vue projects. |
overview_datasource |
0 |
The DataSource fully supports CRUD (Create, Read, Update, Destroy) data operations.
It provides both client-side and server-side support for sorting, paging, filtering, grouping, and aggregates. For detailed information on the capabilities of the DataSource, refer to its configuration API, methods, and events.
- [Data binding]({% slug databinding_datasource %})
- [Local and server grouping of data]({% slug grouping_datasource %})
- [Local and server filtering of data]({% slug filtering_datasource %})
- [Shared DataSource]({% slug shared_datasource %})