Skip to content

Commit 458648b

Browse files
authored
Committing readme file
1 parent d53407d commit 458648b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# how-to-filter-and-sort-data-in-the-vue-pivottable-component
1+
# How to Filter and Sort Data in the Vue Pivot Table Component
22
A quick start Vue project that shows how to filter and sort data in the Pivot Table component. This project includes a code snippet for different types of filtering like label and value filtering, and different types of sorting like alphanumeric and value sorting.
3+
4+
Refer to the following documentation to learn about the Vue Pivot Table component:
5+
https://ej2.syncfusion.com/vue/documentation/pivotview/filtering
6+
https://ej2.syncfusion.com/vue/documentation/pivotview/sorting
7+
8+
Check out this online example of the Vue Pivot Table Component:
9+
https://ej2.syncfusion.com/vue/demos/#/material3/grid/sorting.html
10+
https://ej2.syncfusion.com/vue/demos/#/material3/grid/filtering.html
11+
12+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
13+
14+
### How to run this application?
15+
To run this application, you need to clone the `how-to-filter-and-sort-data-in-the-vue-pivottable-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary vue packages into your current project using the `npm install` command and run your project using the `npm run dev` command.

0 commit comments

Comments
 (0)