https://github.com/syncfusionexamples/getting-started-with-the-angular-pivot-table-component-in-angular-18
A quick-start project that demonstrates how to integrate a angular pivot table component into a angular application with some of its fundamental features such as FieldList, GroupingBar, and CalculatedField.
https://github.com/syncfusionexamples/getting-started-with-the-angular-pivot-table-component-in-angular-18
angular angular-18 angular-pivot-grid angular-pivot-table angular-pivotview calculated-field drilldown ej2 ej2-angular-pivotview field-list filtering grouping-bar number-formatting pivot-grid pivot-table pivotview sorting syncfusion syncfusion-angular syncfusion-pivotview
Last synced: 25 days ago
JSON representation
A quick-start project that demonstrates how to integrate a angular pivot table component into a angular application with some of its fundamental features such as FieldList, GroupingBar, and CalculatedField.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/getting-started-with-the-angular-pivot-table-component-in-angular-18
- Owner: SyncfusionExamples
- Created: 2024-07-08T14:36:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-30T12:47:42.000Z (about 1 month ago)
- Last Synced: 2026-01-03T04:51:20.022Z (about 1 month ago)
- Topics: angular, angular-18, angular-pivot-grid, angular-pivot-table, angular-pivotview, calculated-field, drilldown, ej2, ej2-angular-pivotview, field-list, filtering, grouping-bar, number-formatting, pivot-grid, pivot-table, pivotview, sorting, syncfusion, syncfusion-angular, syncfusion-pivotview
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
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