We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57594e6 commit 9f1dd90Copy full SHA for 9f1dd90
1 file changed
modules/backend/widgets/lists/partials/_list_head_row.php
@@ -1,5 +1,5 @@
1
<tr>
2
- <?php if ($showCheckboxes): ?>
+ <?php if ($showCheckboxes && count($records)): ?>
3
<th class="list-checkbox">
4
<div class="checkbox custom-checkbox nolabel">
5
<input type="checkbox" id="<?= $this->getId('checkboxAll') ?>" />
0 commit comments