@rxap/data-grid - v19.0.2-dev.1

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

Add the package to your workspace:

yarn add @rxap/data-grid

Install peer dependencies:

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.2-dev.0 @rxap/pattern@^1.1.12-dev.0 @rxap/pipes@^19.1.1-dev.0 @rxap/rxjs@^1.1.13-dev.0 @rxap/utilities@^16.4.3-dev.0 rxjs@^7.8.1 

Execute the init generator:

yarn nx g @rxap/data-grid:init

Generators

Initialize the package in the workspace

nx g @rxap/data-grid:init