Skip to content

Commit

Permalink
Unescape column titles to allow custom html to be shown (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
akulmehta committed Feb 12, 2024
1 parent 71ecf28 commit 2a6ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/cols.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ class="{{ data_get($theme, 'table.thClass') . ' ' . $column->headerClass }}"
@else
<span style="width: 6px"></span>
@endif
<span>{{ $column->title }}</span>
<span>{!! $column->title !!}</span>
</div>
</th>

0 comments on commit 2a6ebf2

Please sign in to comment.