@for (column of table.getAllLeafColumns(); track column.id) {
}
@for (headerGroup of table.getHeaderGroups(); track headerGroup.id) { @for (header of headerGroup.headers; track header.id) { } } @for (row of table.getRowModel().rows; track row.id) { @for (cell of row.getVisibleCells(); track cell.id) { } } @for (footerGroup of table.getFooterGroups(); track footerGroup.id) { @for (header of footerGroup.headers; track header.id) { } }
@if (!header.isPlaceholder) { {{ header }} }
{{ cell }}
@if (!header.isPlaceholder) { {{ header }} }
{{ stringifiedColumnOrdering() }}