{#if store.state.jwtinfo.userdetails.permissions.includes("RUNNER:GET")} {#if !dataLoaded}
{$_("runners-are-being-loaded")}
{$_("this-might-take-a-moment")}
|
{#each headerGroup.headers as header}
{#if !header.isPlaceholder}
{
header.column.setFilterValue(e.target.value);
}}
type="text"
class="block rounded-md border-gray-200 py-2 pl-8 text-xs focus:border-blue-500 focus:ring-blue-500"
placeholder=""
/>
{/if}
|
{/each}
---|---|
|
{#each row.getVisibleCells() as cell}
|
{/each}
{JSON.stringify($table.getState(), null, 2)}