Skip to content

Files

Latest commit

 

History

History
29 lines (21 loc) · 1.28 KB

File metadata and controls

29 lines (21 loc) · 1.28 KB
title page_title description slug canonicalLink position
Reordering
Vue Grid Wrapper - Reordering Columns - Kendo UI for Vue
Get started with the Vue Grid by Kendo UI and learn how to allow reorderable columns.
reordering_grid_wrapper
3

Reordering

You can enable column reordering for the Kendo UI Grid wrapper for Vue by using its reorderable property.

To enable the column reordering functionality in the native Vue Grid by Kendo UI, refer to the [native Vue Grid by Kendo UI documentation]({% slug reordering_columns_grid %}).

To automatically display draggable and reorderable Kendo UI Data Grid wrapper for Vue columns, set reorderable to true.

{% meta height:360 %} {% embed_file grid/columns/reordering/main.vue preview %} {% embed_file grid/columns/reordering/main.js %} {% endmeta %}

Suggested Links