@ngxux/ngxux-mat-table
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i @ngxux/ngxux-mat-table

Homepage

ngxux.com

Weekly Downloads

1

Version

0.0.10

License

MIT

Unpacked Size

137 kB

Total Files

29

Last publish

Collaborators

  • mateothegreat