1
0
Fork 0
mirror of synced 2024-08-10 15:41:24 +12:00

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:
mike12345567 2022-04-27 16:58:29 +01:00
parent 061868c826
commit 0d5eefa727

View file

@ -165,7 +165,7 @@
<TableFilterButton <TableFilterButton
{schema} {schema}
on:change={onFilter} on:change={onFilter}
disabled={!hasCols || !hasRows} disabled={!hasCols}
/> />
{/key} {/key}
</div> </div>