@progress/kendo-spreadsheet-vue-wrapper
Version:
Kendo UI Spreadsheet wrapper for Vue.js
31 lines (22 loc) • 1.28 kB
Markdown
title: Sorting and Filtering
page_title: Sorting and Filtering - Spreadsheet - Kendo UI for Vue
description: "Sorting and filtering in Kendo UI Spreadsheet for Vue."
slug: sortingfiltering_spreadsheet
position: 2
<div><WrapperBanner></WrapperBanner></div>
# Sorting and Filtering
The Spredsheet provides options for sorting and filtering its cells.
To enable sorting and filtering:
* Use the `:filter-ref` property—Defines the cells which will be sortable and filterable.
* Use the `:filter-columns` property—Enables you to individually configure sorting and filtering for each column.
For more information, refer to the [API of the Kendo UI Spreadsheet](https://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet/configuration/sheets.filter#sheets.filter.columns).
{% meta height:880 %}
{% embed_file sorting-and-filtering/main.vue preview %}
{% embed_file sorting-and-filtering/main.js %}
{% endmeta %}
## Suggested Links
* [Kendo UI DataSource Component](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource)
* [Kendo UI Spreadsheet for jQuery](https://docs.telerik.com/kendo-ui/controls/data-management/spreadsheet/overview)
* [API Reference of the Spreadsheet Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet)