This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify common table-related tasks and provide a more flexible and feature-rich table experience.
Add the package to your workspace:
Example :yarn add @rxap/material-table-systemInstall peer dependencies:
Example :yarn add @angular/animations @angular/cdk @angular/common @angular/core @angular/forms @angular/material @angular/router @rxap/components @rxap/data-source @rxap/directives @rxap/forms @rxap/material-directives @rxap/pattern @rxap/reflect-metadata @rxap/rxjs @rxap/utilities @rxap/window-system rxjs Execute the init generator:
Example :yarn nx g @rxap/material-table-system:initExample :Initialize the package in the workspace
nx g @rxap/material-table-system:init