1111
1212                    @continue (is_null ($column )
1313                    @continue ($column -> isHidden ()
14-                     @continue ($this -> columnSelectIsEnabled  &&  !  $this -> columnSelectIsEnabledForColumn ($column )
14+                     @continue ($this -> columnSelectIsEnabled ()  &&  !  $this -> columnSelectIsEnabledForColumn ($column )
1515
1616                    <span 
1717                        wire:key =" {{  $tableName   } }{{  $columnSelectName   } }" 
2424                            -> except ([' default-styling' ' default-colors'  
2525                         } }
2626                    >
27-                         {{  $column -> getSortingPillTitle ()  } }{{  $column -> getSortingPillDirectionLabel ($direction , $this -> getDefaultSortingLabelAsc , $this -> getDefaultSortingLabelDesc )  } }
27+                         {{  $column -> getSortingPillTitle ()  } }{{  $column -> getSortingPillDirectionLabel ($direction , $this -> getDefaultSortingLabelAsc () , $this -> getDefaultSortingLabelDesc () )  } }
2828
2929                        <button 
3030                            wire:click =" clearSort('{{  $columnSelectName   } }" 
@@ -75,7 +75,7 @@ class="focus:outline-none active:outline-none"
7575
7676                    @continue (is_null ($column )
7777                    @continue ($column -> isHidden ()
78-                     @continue ($this -> columnSelectIsEnabled  &&  !  $this -> columnSelectIsEnabledForColumn ($column )
78+                     @continue ($this -> columnSelectIsEnabled ()  &&  !  $this -> columnSelectIsEnabledForColumn ($column )
7979
8080                    <span 
8181                        wire:key =" {{  $tableName  .  ' -sorting-pill-' .  $columnSelectName   } }" 
@@ -87,7 +87,7 @@ class="focus:outline-none active:outline-none"
8787                            -> except ([' default-styling' ' default-colors'  
8888                         } }
8989                    >
90-                         {{  $column -> getSortingPillTitle ()  } }{{  $column -> getSortingPillDirectionLabel ($direction , $this -> getDefaultSortingLabelAsc , $this -> getDefaultSortingLabelDesc )  } }
90+                         {{  $column -> getSortingPillTitle ()  } }{{  $column -> getSortingPillDirectionLabel ($direction , $this -> getDefaultSortingLabelAsc () , $this -> getDefaultSortingLabelDesc () )  } }
9191
9292                        <a 
9393                            href =" #" 
@@ -133,7 +133,7 @@ class="focus:outline-none active:outline-none"
133133
134134                    @continue (is_null ($column )
135135                    @continue ($column -> isHidden ()
136-                     @continue ($this -> columnSelectIsEnabled  &&  !  $this -> columnSelectIsEnabledForColumn ($column )
136+                     @continue ($this -> columnSelectIsEnabled ()  &&  !  $this -> columnSelectIsEnabledForColumn ($column )
137137
138138                    <span 
139139                        wire:key =" {{  $tableName   } }{{  $columnSelectName   } }" 
@@ -145,7 +145,7 @@ class="focus:outline-none active:outline-none"
145145                            -> except ([' default-styling' ' default-colors'  
146146                         } }
147147                    >
148-                         {{  $column -> getSortingPillTitle ()  } }{{  $column -> getSortingPillDirectionLabel ($direction , $this -> getDefaultSortingLabelAsc , $this -> getDefaultSortingLabelDesc )  } }
148+                         {{  $column -> getSortingPillTitle ()  } }{{  $column -> getSortingPillDirectionLabel ($direction , $this -> getDefaultSortingLabelAsc () , $this -> getDefaultSortingLabelDesc () )  } }
149149
150150                        <a 
151151                            href =" #" 
0 commit comments