Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.19 KB

File metadata and controls

29 lines (20 loc) · 1.19 KB
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

DataSource Overview

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.

Functionality and Features

  • [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 %})

Suggested Links