Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.23 KB

File metadata and controls

14 lines (10 loc) · 1.23 KB

Customizie the Appearance of a Vue Pivot Table Using Templates and Conditional Formatting

A quick start Vue project that shows how to display profit, loss and neutral icons to the pivot table cells using templates. This project also includes a code snippet for customizing the appearance of the value cells using the conditional formatting.

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

Check out this online example of the Vue Pivot Table Component: https://ej2.syncfusion.com/vue/demos/#/material3/pivot-table/conditional-formatting.html https://ej2.syncfusion.com/vue/demos/#/material3/pivot-table/cell-template.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 customize-the-appearance-of-a-vue-pivot-table-using-templates-and-conditional-formatting 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.