Data Binding
The Spreadsheet enables you to bind it to a list of possible values.
To populate the Spreadsheet with data, bind it to either:
Binding to Local Data Arrays
To populate the Spreadsheet with local data:
- Define the data array in the
data
object of the Vue application. - Refer the
data
object in the<kendo-spreadsheet-sheet>
component through the:data-source
prop.
Binding to Remote Data Services
The following example demonstrates how to bind the spreadsheet to remote data.