Skip to content

Commit 6add72e

Browse files
committed
make bulk actions column priority 0 for the time being
1 parent 43fec3f commit 6add72e

File tree

1 file changed

+2
-2
lines changed
  • src/app/Library/CrudPanel/Traits

1 file changed

+2
-2
lines changed

src/app/Library/CrudPanel/Traits/Read.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)