Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.13 KB

File metadata and controls

27 lines (20 loc) · 1.13 KB
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

Data Binding

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 %}

Suggested Links