For config ngx-magic-table is simple and It's magic!
Actually, there are three inputs to component:
- Columns,
- Data,
- tableOptions;
<ngx-magic-table [columns]="columns" [data]="data" [tableOptions]="tableOptions"> </ngx-magic-table>
Check the docs.
Array of collections to populate table. View the example at README.
Check the docs.