hide hidden record count when 0
This commit is contained in:
parent
4ef7d8f922
commit
fad7ca262f
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="table-viewer__count padded padded-sm">
|
<div class="table-viewer__count padded padded-sm">
|
||||||
{lazy_data.count} records total
|
{lazy_data.count} records total
|
||||||
{#if lazy_data.count > lazy_data.rows.length || true}
|
{#if lazy_data.count > lazy_data.rows.length}
|
||||||
({lazy_data.count - lazy_data.rows.length} hidden; use filters to narrow
|
({lazy_data.count - lazy_data.rows.length} hidden; use filters to narrow
|
||||||
your search)
|
your search)
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue