AG-Grid is an enterprise-grade data grid used throughout RapidPM for displaying tabular data, document lists, and interactive tables.
| Feature | Location | Purpose |
|---|---|---|
| Document List | Artifact views | Display documents with sorting, filtering |
| User Management | Admin panel | Company users table |
| Project List | Dashboard | Project overview grid |
| Timesheet Grid | Timesheets | Time entry data |
| Environment | Version |
|---|---|
| All | 31.2.1 (Enterprise) |
| Server | Status |
|---|---|
| rapidpm-prod | Bundled in Angular build |
| rapidpm-test | Bundled in Angular build |
| Local dev | npm dependency |
{
"@ag-grid-community/angular": "^31.2.1",
"@ag-grid-community/core": "^31.2.1",
"@ag-grid-enterprise/column-tool-panel": "^31.2.1",
"@ag-grid-enterprise/menu": "^31.2.1",
"@ag-grid-enterprise/server-side-row-model": "^31.2.1",
"ag-grid-angular": "^31.2.1",
"ag-grid-community": "^31.2.1",
"ag-grid-enterprise": "^31.2.1"
}
Type: Commercial Enterprise License
Seats: Per-developer license
Renewal: Annual
See Licenses for details.
rpm-ui/src/app/
├── common/components/
│ └── ag-grid-wrapper/ # Shared grid configuration
└── rpm/components/
├── artifact-list/ # Document grid
└── project-list/ # Project grid