From: soufiane Date: Mon, 17 Jun 2024 09:11:51 +0000 (+0200) Subject: wait #6935 @1:00 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=08714a510be0b41d96133ae7f905ffec25a6c941;p=fluidbook-toolbox.git wait #6935 @1:00 --- diff --git a/resources/views/vendor/backpack/crud/list.blade.php b/resources/views/vendor/backpack/crud/list.blade.php index a30171849..eae3a2114 100644 --- a/resources/views/vendor/backpack/crud/list.blade.php +++ b/resources/views/vendor/backpack/crud/list.blade.php @@ -57,10 +57,11 @@ {{-- Table columns --}} @foreach ($crud->columns() as $column) + @php($priority = $column['name'] === 'c_revenue' ? '1' : $column['priority'] ) if developer forced field in table with 'visibleInTable => true'