Skip to content

mateothegreat/ngxux-mat-table

Repository files navigation

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>

About

Angular 7+ User Interface Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published