@rxap/data-grid
TypeScript icon, indicating that this package has built-in type declarations

19.0.3 • Public • Published

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 @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

Generators

init

Initialize the package in the workspace

nx g @rxap/data-grid:init

Package Sidebar

Install

npm i @rxap/data-grid

Weekly Downloads

50

Version

19.0.3

License

GPL-3.0-or-later

Unpacked Size

4.41 MB

Total Files

171

Last publish

Collaborators

  • badry.muenker
  • mmuenker