objects/table: render filter editor even if empty
This commit is contained in:
parent
1a21d2cc13
commit
52fd0a60b3
|
@ -6,7 +6,7 @@
|
|||
<span data-base-target="_next">
|
||||
<?= $this->addLink ?>
|
||||
</span>
|
||||
<?php if ($this->filterEditor && ! $this->filterEditor->getFilter()->isEmpty()): ?>
|
||||
<?php if ($this->filterEditor): ?>
|
||||
<?= $this->filterEditor ?>
|
||||
<?php endif ?>
|
||||
<?= $this->table->getPaginator() ?>
|
||||
|
|
Loading…
Reference in New Issue