This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
2.0.0
- Angular 5 support
- Group rows
<ngx-table
[configuration]="configuration"
[data]="data"
[columns]="columns"
[groupRowsBy]="'age'"
[pagination]="pagination">
</ngx-table>