File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 
resources/views/components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99    @include ($this -> getLoadingPlaceHolderBlade (), [' colCount' =>  $colCount ]
1010@else 
1111
12-     <tr  wire:key =" {{  $tableName   } }"   class = " hidden d-none " 
12+     <tr  wire:key =" {{  $tableName   } }" 
1313    {{ 
1414        $attributes -> merge ($customAttributes [' loader-wrapper'  
15-             -> class ([' w-full text-center h-screen place-items-center align-middle' =>  $isTailwind  &&  ($customAttributes [' loader-wrapper' ' default' true )]) 
16-             -> class ([' w-100 text-center h-100 align-items-center' =>  $isBootstrap  &&  ($customAttributes [' loader-wrapper' ' default' true )]); 
15+             -> class ([' hidden  w-full text-center h-screen place-items-center align-middle' =>  $isTailwind  &&  ($customAttributes [' loader-wrapper' ' default' true )]) 
16+             -> class ([' d-none  w-100 text-center h-100 align-items-center' =>  $isBootstrap  &&  ($customAttributes [' loader-wrapper' ' default' true )]); 
1717     } }
1818    wire:loading.class.remove =" hidden d-none" 
1919    >
20-         <td  colspan =" {{  $colCount   } }" 
20+         <td  wire:key = " {{   $tableName   } } -loader-column "   colspan =" {{  $colCount   } }" 
2121            <div  class =" h-min self-center align-middle text-center" 
2222                <div  class =" lds-hourglass" 
2323                {{ 
Original file line number Diff line number Diff line change 1212    x-on:dragover.prevent.throttle.500ms =" currentlyReorderingStatus && dragOverEvent(event)" 
1313    x-on:dragleave.prevent.throttle.500ms =" currentlyReorderingStatus && dragLeaveEvent(event)" 
1414    @if ($this -> hasDisplayLoadingPlaceholder ()
15-     wire:loading.remove  
15+          wire:loading.class.add  = " hidden d-none " 
1616    @else 
17-     wire:loading.class.delay =" opacity-50 dark:bg-gray-900 dark:opacity-60" 
17+          wire:loading.class.delay =" opacity-50 dark:bg-gray-900 dark:opacity-60" 
1818    @endif 
1919    id =" {{  $tableName   } }{{  $row -> {$primaryKey }  } }" 
2020    :draggable =" currentlyReorderingStatus" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments