File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
resources/views/components/table/tr Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66>
77    {{--  Adds a Column For Bulk Actions--}} 
88    @if  (! $this -> bulkActionsAreEnabled () ||  ! $this -> hasBulkActions ()
9-         <x-livewire-tables::table .td.plain  :colIndex =" bulkactions" x-cloak  x-show =" currentlyReorderingStatus" wire:key =" {{  $tableName  .  ' -footer-bulkactions-1'  } }" 
9+         <x-livewire-tables::table .td.plain  :colIndex =" ' bulkactions' " x-cloak  x-show =" currentlyReorderingStatus" wire:key =" {{  $tableName  .  ' -footer-bulkactions-1'  } }" 
1010    @elseif  ($this -> bulkActionsAreEnabled () &&  $this -> hasBulkActions ()
11-         <x-livewire-tables::table .td.plain  :colIndex =" bulkactions" wire:key =" {{  $tableName  .  ' -footer-bulkactions-2'  } }" 
11+         <x-livewire-tables::table .td.plain  :colIndex =" ' bulkactions' " wire:key =" {{  $tableName  .  ' -footer-bulkactions-2'  } }" 
1212    @endif 
1313
1414    {{--  Adds a Column If Collapsing Columns Exist --}} 
Original file line number Diff line number Diff line change 55    wire:key =" {{  $tableName  . ' -secondary-header'  } }" 
66>
77    {{--  TODO: Remove --}} 
8-     <x-livewire-tables::table .td.plain  :colIndex =" bulkactions" x-cloak  x-show =" currentlyReorderingStatus" :displayMinimisedOnReorder =" true" wire:key =" {{  $tableName  . ' -header-test'  } }" 
8+     <x-livewire-tables::table .td.plain  :colIndex =" ' bulkactions' " x-cloak  x-show =" currentlyReorderingStatus" :displayMinimisedOnReorder =" true" wire:key =" {{  $tableName  . ' -header-test'  } }" 
99
1010    @if  ($this -> showBulkActionsSections 
11-         <x-livewire-tables::table .td.plain  :colIndex =" bulkactions" :displayMinimisedOnReorder =" true" wire:key =" {{  $tableName  . ' -header-hasBulkActions'  } }" 
11+         <x-livewire-tables::table .td.plain  :colIndex =" ' bulkactions' " :displayMinimisedOnReorder =" true" wire:key =" {{  $tableName  . ' -header-hasBulkActions'  } }" 
1212    @endif 
1313
1414    @if  ($this -> collapsingColumnsAreEnabled () &&  $this -> hasCollapsedColumns ()
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments