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:
Example :yarn add @rxap/data-gridInstall peer dependencies:
Example :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:
Example :yarn nx g @rxap/data-grid:initExample :Initialize the package in the workspace
nx g @rxap/data-grid:init