
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
angular-pivot-table
Advanced tools
Angular Pivot Table is a simple pivot table built in Angular. If data needs to be grouped by fields then check out this ngtreegrid Package. If header needs to be fixed/freezed and
Angular Pivot Table is a simple pivot table built in Angular. If data needs to be grouped by fields then check out this ngtreegrid Package. If header needs to be fixed/freezed and body needs to be scrollable then check out this Fix Header Grid Package.
Click here for demo. This readme is the documentation. Visit my Website to know other packages.
Please consider a donation if it is useful to you.
Choose the correct version for your application.
| Angular | angular-pivot-table |
|---|---|
| <= 8 | 1.0.0 |
| >= 9 | 1.0.3 |
npm i angular-pivot-table
Import AngularPivotTableModule Module in your application module.
import {AngularPivotTableModule} from 'angular-pivot-table';
Add it to your imports array.
@NgModule({
imports: [
AngularPivotTableModule
]
})
Data should look like below.
source= [
{'author': 'Deba', 'book': 'Angular'},
{'author': 'Deba', 'book': 'Physics'},
{'author': 'Aditya', 'book': 'Angular'}
];
Below are configs that can be set
| Field | Type | Default | Description |
|---|---|---|---|
| rows | string | n/a | Mandatory field. It is name of the column that will be treated as rows |
| columns | string | n/a | Mandatory field. It is name of the column that will be treated as columns |
| data_loading_text | string | 'Loading...' | Loading place holder. This will be displayed when data is empty. |
| row_class_function | Function | n/a | Callback function for row class. A custom class can be returned which will be added to the row. |
| css | Object | n/a | Css class for icons. See Below |
| Field | Type | Default | Description |
|---|---|---|---|
| row_selection_class | string | n/a | CSS Class for selected row. |
| header_class | string | n/a | CSS Class for header. |
| table_class | string | n/a | CSS Class for Table. |
configs: any = {
'rows': 'author',
'columns': 'book'
};
Add below node to your html.
<db-angular-pivot-table [source]="source" [configs]='configs'></db-angular-pivot-table>
Yes. Please contact us at debabratapatra12@gmail.com for any professional support. We will be happy to work with you!
This project is licensed under the MIT license.
FAQs
Angular Pivot Table is a simple pivot table built in Angular. If data needs to be grouped by fields then check out this ngtreegrid Package. If header needs to be fixed/freezed and
We found that angular-pivot-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.