{#if column.isVisible(columnLevel)}
(mouseIn = true)} on:mouseleave={() => (mouseIn = false)} >
{column.title}
{#if order == 'ASC'}
{#if orderIndex >= 0}
{orderIndex + 1}
{/if}
{/if} {#if order == 'DESC'}
{#if orderIndex >= 0}
{orderIndex + 1}
{/if}
{/if}
{#if mouseIn}
{/if}
{/if} {#if column.showParent(columnLevel)}
{column.getParentName(columnLevel)}
{/if}