An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/getting-started-with-the-angular-pivot-table-component


https://github.com/syncfusionexamples/getting-started-with-the-angular-pivot-table-component

angular pivot-grid pivot-table

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Getting Started with the Angular Pivot Table Component
A quick-start project that helps you to create and configure the Syncfusion Angular Pivot Table. This project also includes a code snippet to add required fields in the Angular Pivot Table and shows you how to add useful features like a grouping bar, filtering, formatting, Calculated field, Sorting and a field list.

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

Check out this online example of the Blazor Pivot Table component: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/pivot-table/default

## Project prerequisites

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 Angular Pivot Table Component` repository and then open it in Visual Studio Code. Now, simply install all the necessary angular packages into your current project using the `npm install` command and run your project using the ng serve command