Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.12 KB

File metadata and controls

13 lines (9 loc) · 1.12 KB

How to Customize Rows and Columns in a Vue Pivot Table

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.

Refer to the following documentation to learn about the Vue Pivot Table component: https://ej2.syncfusion.com/vue/documentation/pivotview/row-and-column

Check out this online example of the Vue Pivot Table Component: https://ej2.syncfusion.com/vue/demos/#/material3/pivot-table/selection.html

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

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.