Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 740 Bytes

File metadata and controls

30 lines (17 loc) · 740 Bytes

ngx-magic-table - API

Magic Software

Utilisation

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>

Columns

Check the docs.

Data

Array of collections to populate table. View the example at README.

Table Options

Check the docs.