@rxap/data-grid

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.

npm version commitizen
friendly styled with
prettier Libraries.io dependency status for latest release, scoped npm
package npm NPM - Installation

Installation Add the package to your workspace: ```bash yarn add

@rxap/data-grid

**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.5 @rxap/pattern@^1.1.11-dev.5 @rxap/pipes@^19.1.0-dev.3 @rxap/rxjs@^1.1.12-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1

Execute the init generator: bash yarn nx g @rxap/data-grid:init

Generators

##
init
>
Initialize the package in the workspace

```bash nx g
@rxap/data-grid:init
```