17.0.0 • Published 6 months ago

ngx-simple-material-table v17.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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.

17.0.0

6 months ago

17.0.0-next.0

6 months ago

16.1.1

10 months ago

16.1.0

11 months ago

16.0.1

12 months ago

16.0.0-beta.0

1 year ago

16.0.0-beta.1

1 year ago

16.0.0

1 year ago

16.0.0-alpha.4

1 year ago

16.0.0-alpha.3

1 year ago

16.0.0-alpha.2

1 year ago

16.0.0-alpha.1

1 year ago

15.0.0

1 year ago