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 |
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 %}
- Kendo UI Grid for jQuery
- API Reference of the Grid Widget
- [Reordering Columns in the Native Vue Grid by Kendo UI]({% slug reordering_columns_grid %})