Default Datatable

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

@for (table of tableData; track table) { } @if (tableData.length === 0) { }
Name Position Office Age Start date Salary
{{ table.name }} {{ table.position }} {{ table.office }} {{ table.age }} {{ table.startDate }} {{ table.salary }}
No matching records found