---
title: Shared DataSource
page_title: Shared DataSource - DataSource - Kendo UI for Vue
description: "Multiple widgets can share the same instance of Kendo UI DataSource wrapper for Vue."
slug: shared_datasource
position: 4
---

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

# Shared DataSource

Multiple UI widgets can be bound to the same data collection by sharing a DataSource.

{% meta height:460 %}
{% embed_file datasource/datasource/main.vue preview %}
{% embed_file datasource/datasource/main.js %}
{% endmeta %}


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