Provides a data grid component for Angular applications. It supports plain and form modes, custom header and cell templates, and integration with Rxap Forms and Data Sources. The component allows for displaying and editing data in a tabular format with features like edit mode, validation, and data refresh.
@rxap/data-grid
Example :**Install peer dependencies:** ```bash yarn add
@angular/common@^19.1.3 @angular/core@^19.1.3 @angular/material@^19.1.1 @angular/router@^19.1.3 @rxap/forms@^19.0.1-dev.4 @rxap/pattern@^1.1.11-dev.4 @rxap/pipes@^19.1.0-dev.2 @rxap/rxjs@^1.1.12-dev.4 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
Execute the init generator: bash yarn nx g @rxap/data-grid:init
##
init
>
Initialize the package in the workspace
```bash nx g
@rxap/data-grid:init
```