18.0.2 • Published 6 months ago
ngx-simple-material-table v18.0.2
NgxSimpleMaterialTable
Provides a simpler and more intuitive way of using the Angular Material table component. A basic usage would look like this:
<hb-mat-table [tableData]="yourData">
<hb-mat-table-column name="firstName"></hb-mat-table-column>
<hb-mat-table-column name="lastName"></hb-mat-table-column>
<hb-mat-table-column name="age" dataType="number"></hb-mat-table-column>
<hb-mat-table-column name="birthDate" dataType="date"></hb-mat-table-column>
</hb-mat-table>
Supports sorting, pagination and row selection based on the material library implementations, as well as partial support for fixed row/column and footer row.
Behind the scenes this wraps the mat-table component, so any custom styling in your application for mat-tables will continue to work with this.
See the repository home page for more documentation.
18.0.2
6 months ago
18.0.0-next.0
1 year ago
18.0.1
1 year ago
18.0.0
1 year ago
17.0.0
2 years ago
17.0.0-next.0
2 years ago
16.1.1
2 years ago
16.1.0
2 years ago
16.0.1
2 years ago
16.0.0-beta.0
2 years ago
16.0.0-beta.1
2 years ago
16.0.0
2 years ago
16.0.0-alpha.4
2 years ago
16.0.0-alpha.3
2 years ago
16.0.0-alpha.2
2 years ago
16.0.0-alpha.1
2 years ago
15.0.0
2 years ago
15.0.0-prerelease01
2 years ago
0.0.1-prerelease04
2 years ago
0.0.1-prerelease03
2 years ago
0.0.1-prerelease02
2 years ago
0.0.1-prerelease01
2 years ago