Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ngxux/ngxux-mat-table

mateothegreat7MIT0.0.10TypeScript support: included

Angular 7+ User Interface Library

ngxux, angular, material

readme

ngxux-mat-table

screenshot.png

Example

<div class="table mat-elevation-z5">

    <ngxux-mat-table title="My Table"
                     [headerShow]="true"
                     [columns]="columns"
                     [searchShow]="true"
                     [addShow]="true"
                     [removeShow]="true"
                     [headerSticky]="true"
                     (rowClick)="rowClicked($event)"
                     [data]="data"></ngxux-mat-table>


</div>