1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

Add no column valid message

This commit is contained in:
Adria Navarro 2024-04-11 12:48:06 +02:00
parent 3f85514a0a
commit 9edde27620

View file

@ -148,6 +148,7 @@
<div class="container" class:mobile={$context?.device?.mobile}>
<Layout noPadding>
{#if fieldOptions?.length}
<Body size="S">
{#if !filters?.length}
Add your first filter expression.
@ -243,6 +244,9 @@
Add filter
</Button>
</div>
{:else}
<Body size="S">None of the table column can be used for filtering.</Body>
{/if}
</Layout>
</div>