Skip to content

Commit a1058c3

Browse files
authored
Committing the readme file
1 parent d1b768c commit a1058c3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# how-to-customize-rows-and-columns-in-a-vue-pivot-table
2-
A quick start Vue project that shows how to customize rows and columns in the Pivot Table Component. This project includes a code snippet for customizing the row height, column width, and gridlines. It also includes a code snippet for displaying the cell content using clip mode and textwrapping properties.
1+
# How to Customize Rows and Columns in a Vue Pivot Table
2+
A quick start Vue project that shows how to customize rows and columns in the Pivot Table Component. This project includes a code snippet for customizing the row height, column width, and gridlines. It also includes a code snippet for displaying the cell content using clip mode and textwrapping properties.
3+
4+
Refer to the following documentation to learn about the Vue Pivot Table component:
5+
https://ej2.syncfusion.com/vue/documentation/pivotview/row-and-column
6+
7+
Check out this online example of the Vue Pivot Table Component:
8+
https://ej2.syncfusion.com/vue/demos/#/material3/pivot-table/selection.html
9+
10+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
11+
12+
### How to run this application?
13+
To run this application, you need to clone the `how-to-customize-rows-and-columns-in-a-vue-pivot-table` 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)