Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@ssuperczynski ssuperczynski released this 24 Nov 12:21
· 652 commits to master since this release
ceacf9b
  • Angular 5 support
  • Group rows
<ngx-table
  [configuration]="configuration"
  [data]="data"
  [columns]="columns"
  [groupRowsBy]="'age'"
  [pagination]="pagination">
</ngx-table>