We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0219738 + ed46daa commit ae02970Copy full SHA for ae02970
resources/views/popover-column.blade.php
@@ -9,6 +9,7 @@
9
$descriptionBelow = $getDescriptionBelow();
10
$canWrap = $canWrap();
11
$getContent = $getContent();
12
+ $formattedState = $formatState($getState)
13
@endphp
14
<div
15
wire:key="{{ $this->getId() }}.table.record.{{ $recordKey }}.column.{{ $getName() }}"
@@ -40,7 +41,7 @@ class="relative w-full fi-popover-trigger cursor-pointer flex items-center gap-2
40
41
@click="$refs.panel.toggle"
42
@endif
43
>
- {{ $getState }}
44
+ {{ $formattedState }}
45
46
@if($getIcon)
47
<x-filament::icon
0 commit comments