Default Datatable

This is the most basic example of the datatables with zero configuration. Use the .datatable class to initialize datatables.

@for (data of tableData; track data) { }
Name Position Office Age Start date Salary
{{data.name}} {{data.position}} {{data.office}} {{data.age}} {{data.startDate}} {{data.salary}}