{#each tableColumns as col}
{col.name}
{/each}
{#each allFiles as file} {#if file.visible && !file.filtered}
file thumbnail {file.name}
{formatDate(new Date(file.dateCreated), true, true, false)}
{file.sizeLabel}
{file.type}
{/if} {/each}