Add no column valid message
This commit is contained in:
parent
3f85514a0a
commit
9edde27620
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue