1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +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 00c67289b0
commit ad26d29de5

View file

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