@rxap/data-grid
Version:
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 fe
40 lines (31 loc) • 1.54 kB
Markdown
**@rxap/data-grid v19.0.3**
***
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.
[](https://www.npmjs.com/package/@rxap/data-grid)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](#installation)
- [Generators](#generators)
- [init](#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/data-grid
```
**Install peer dependencies:**
```bash
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:**
```bash
yarn nx g @rxap/data-grid:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/data-grid:init
```