forked from 2sys/phonograph
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 class="table-viewer__count padded padded-sm">
|
||||
{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
|
||||
your search)
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue