title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Data Binding |
Data Binding - TabStrip - Kendo UI for Vue |
Instantiate and set the configuration options for the Kendo UI TabStrip wrapper for Vue. |
databinding_tabstrip_wrapper |
1 |
The TabStrip provides support for binding it to local data arrays.
Local data arrays are appropriate for limited value options. To bind the TabStrip to local data, use the Kendo UI Data Source component.
{% meta height:350 %} {% embed_file tabstrip/binding/main.vue preview %} {% embed_file tabstrip/binding/main.js %} {% endmeta %}