Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.99 KB

File metadata and controls

36 lines (20 loc) · 1.99 KB

How to Bind Data to the Vue Spreadsheet Component

A quick-start project that shows how to bind local and remote data to the Syncfusion Vue spreadsheet component. This project contains simple code to bind data to the individual cells in a sheet and change the data source dynamically with a button click.

The databinding documentation for the Syncfusion Vue Spreadsheet component: https://ej2.syncfusion.com/vue/documentation/spreadsheet/data-binding

Check out this online example of data binding in the Syncfusion Vue Spreadsheet component: https://ej2.syncfusion.com/vue/demos/#/bootstrap5/spreadsheet/cell-data-binding.html

The getting started documentation for the Syncfusion Vue Spreadsheet component: https://ej2.syncfusion.com/vue/documentation/spreadsheet/vue-3-getting-started

Check out this online example of the quick info template in the Syncfusion Vue Spreadsheet component: https://ej2.syncfusion.com/vue/demos/#/material3/spreadsheet/default.html

The Vue Spreadsheet Getting Started video: https://www.youtube.com/watch?v=d9ZoSNNinpQ

Tutorial video: https://www.syncfusion.com/tutorial-videos

Project prerequisites

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

How to run this application?

To run this application, you need to clone the how-to-bind-data-to-the-vue-spreadsheet-component repository and then open it in Visual Studio Code. Now, simply install all the necessary packages into your current project using the npm install command and run your project using the npm run dev command.