Skip to content

Commit

Permalink
Merge pull request #14170 from Crowly34/feature/action_cell_header_ho…
Browse files Browse the repository at this point in the history
…ok_class

Adding table actions header cell new hook class
  • Loading branch information
danharrin authored Oct 23, 2024
2 parents 4fd9e67 + 45ab0ff commit f1a13c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/tables/resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ class="text-sm font-semibold text-gray-950 dark:text-white"
@else
<th
aria-label="{{ trans_choice('filament-tables::table.columns.actions.label', $flatActionsCount) }}"
class="w-1"
class="fi-ta-actions-header-cell w-1"
></th>
@endif
@endif
Expand Down Expand Up @@ -834,7 +834,7 @@ class="fi-ta-page-checkbox"
@else
<th
aria-label="{{ trans_choice('filament-tables::table.columns.actions.label', $flatActionsCount) }}"
class="w-1"
class="fi-ta-actions-header-cell w-1"
></th>
@endif
@endif
Expand Down Expand Up @@ -880,7 +880,7 @@ class="w-1"
@else
<th
aria-label="{{ trans_choice('filament-tables::table.columns.actions.label', $flatActionsCount) }}"
class="w-1"
class="fi-ta-actions-header-cell w-1"
></th>
@endif
@endif
Expand Down Expand Up @@ -920,7 +920,7 @@ class="fi-ta-page-checkbox"
@else
<th
aria-label="{{ trans_choice('filament-tables::table.columns.actions.label', $flatActionsCount) }}"
class="w-1"
class="fi-ta-actions-header-cell w-1"
></th>
@endif
@endif
Expand Down

0 comments on commit f1a13c0

Please sign in to comment.