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
- Host: GitHub
- URL: https://github.com/syncfusionexamples/getting-started-with-the-angular-pivot-table-component
- Owner: SyncfusionExamples
- Created: 2023-02-03T08:45:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T13:29:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T20:48:03.407Z (over 1 year ago)
- Topics: angular, pivot-grid, pivot-table
- Language: HTML
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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