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 088bfc6 commit 3ba6f78Copy full SHA for 3ba6f78
src/config/backpack/operations/list.php
@@ -49,6 +49,9 @@
49
// Nest action buttons within a dropdown in actions column
50
'lineButtonsAsDropdown' => false,
51
52
+ // What is the minimum threshold of action buttons for nesting into a dropdown
53
+ 'lineButtonsAsDropdownThreshold' => 1,
54
+
55
// Show a "Reset" button next to the List operation subheading
56
// (Showing 1 to 25 of 9999 entries. Reset)
57
// that allows the user to erase local storage for that datatable,
0 commit comments