File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/Library/CrudPanel/Traits Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ public function enableBulkActions()
143143 'type ' => 'checkbox ' ,
144144 'name ' => 'bulk_actions ' ,
145145 'label ' => ' <input type="checkbox" class="crud_bulk_actions_main_checkbox" style="width: 16px; height: 16px;" /> ' ,
146- 'priority ' => $ this -> getActionsColumnPriority () ,
146+ 'priority ' => 0 ,
147147 'searchLogic ' => false ,
148148 'orderable ' => false ,
149149 'visibleInTable ' => true ,
@@ -157,7 +157,7 @@ public function enableBulkActions()
157157 'type ' => 'custom_html ' ,
158158 'name ' => 'blank_first_column ' ,
159159 'label ' => ' ' ,
160- 'priority ' => $ this -> getActionsColumnPriority () ,
160+ 'priority ' => 0 ,
161161 'searchLogic ' => false ,
162162 'orderable ' => false ,
163163 'visibleInTabel ' => true ,
You can’t perform that action at this time.
0 commit comments