{#each columnList as col}
{col.header}
{/each}
{#each rows as row, index}
{ if (selectable) { selectedIndex = index; domTable.focus(); } }} > {#each columnList as col}
{#if col.component}
{:else if col.formatter} {col.formatter(row)} {:else if col.slot != null} {#if col.slot == -1}
{:else if col.slot == 0}
{:else if col.slot == 1}
{:else if col.slot == 2}
{:else if col.slot == 3}
{:else if col.slot == 4}
{:else if col.slot == 5}
{:else if col.slot == 6}
{:else if col.slot == 7}
{/if} {:else} {row[col.fieldName] || ''} {/if}
{/each}
{/each}