Making it so that the filter table button isn't disabled when the filter/search didn't return any data.
This commit is contained in:
parent
00c67289b0
commit
ad26d29de5
|
@ -165,7 +165,7 @@
|
|||
<TableFilterButton
|
||||
{schema}
|
||||
on:change={onFilter}
|
||||
disabled={!hasCols || !hasRows}
|
||||
disabled={!hasCols}
|
||||
/>
|
||||
{/key}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue