{#if selectable}
{/if}
{#each columns as col}
{/each}
{#each sortedItems() as doc}
{@const isChecked = selectedIds.has(doc.id)}
{@const isKbCursor = doc.id === kbSelectedId}
{#if selectable}
toggleSelection(doc.id, e)}
onclick={(e) => e.stopPropagation()}
class="h-3.5 w-3.5 accent-accent cursor-pointer"
aria-label="{doc.title || '문서'} 선택"
/>
{/if}