Skip to content

Commit b40f520

Browse files
susanupxpm
authored andcommitted
Update list.blade.php
1 parent 3ba6f78 commit b40f520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/views/crud/list.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class="{{ backpack_theme_config('classes.table') ?? 'table table-striped table-h
6262
data-has-details-row="{{ (int) $crud->getOperationSetting('detailsRow') }}"
6363
data-has-bulk-actions="{{ (int) $crud->getOperationSetting('bulkActions') }}"
6464
data-has-line-buttons-as-dropdown="{{ (int) $crud->getOperationSetting('lineButtonsAsDropdown') }}"
65+
data-line-buttons-as-dropdown-threshold="{{ (int) $crud->getOperationSetting('lineButtonsAsDropdownThreshold') }}"
6566
cellspacing="0">
6667
<thead>
6768
<tr>

0 commit comments

Comments
 (0)