---
title: Overview
page_title: DataSource Overview - Components - Kendo UI for Vue
description: "Use the Kendo UI DataSource wrapper component in Vue projects."
slug: overview_datasource
position: 0
---

<div><WrapperBanner></WrapperBanner></div>

# 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](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource).

<div data-component="StartFreeTrialSection"></div>

## 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

* [Kendo UI Data Source for jQuery](https://docs.telerik.com/kendo-ui/framework/datasource/overview)
* [API Reference of the Data Source Component](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource)
