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 3ba6f78 commit b40f520Copy full SHA for b40f520
src/resources/views/crud/list.blade.php
@@ -62,6 +62,7 @@ class="{{ backpack_theme_config('classes.table') ?? 'table table-striped table-h
62
data-has-details-row="{{ (int) $crud->getOperationSetting('detailsRow') }}"
63
data-has-bulk-actions="{{ (int) $crud->getOperationSetting('bulkActions') }}"
64
data-has-line-buttons-as-dropdown="{{ (int) $crud->getOperationSetting('lineButtonsAsDropdown') }}"
65
+ data-line-buttons-as-dropdown-threshold="{{ (int) $crud->getOperationSetting('lineButtonsAsDropdownThreshold') }}"
66
cellspacing="0">
67
<thead>
68
<tr>
0 commit comments