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.
Add the package to your workspace:
yarn add @rxap/data-grid
Install peer dependencies:
yarn add @angular/common @angular/core @angular/material @angular/router @rxap/forms @rxap/pattern @rxap/pipes @rxap/rxjs @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/data-grid:init
Initialize the package in the workspace
nx g @rxap/data-grid:init