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

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.

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