Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.15 KB

File metadata and controls

13 lines (9 loc) · 1.15 KB

Getting Started with the Vue Pivot Table Component

A quick start Vue project that shows how to get started with the Pivot Table component. This project includes a code snippet to create a new vue application and add Syncfusion Vue Pivot Table component to it. It also includes a code snippet for the demonstration of some of its key features like formatting, filtering, field list and groupingbar.

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

Check out this online example of the Vue Pivot Table Component: https://ej2.syncfusion.com/vue/demos/#/material3/pivot-table/default.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 getting-started-with-the-vue-pivottable-component repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.