Skip to content

Commit

Permalink
add support for state formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Mar 8, 2024
1 parent dfd013c commit 59e956a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 45 deletions.
90 changes: 45 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/Tables/PopoverColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Filament\Support\Concerns;
use Filament\Tables\Columns\Column;
use Filament\Tables\Columns\Concerns\CanFormatState;
use Filament\Tables\Columns\Concerns\CanWrap;
use Filament\Tables\Columns\Concerns\HasDescription;
use LaraZeus\Popover\Concerns\HasPopover;
Expand All @@ -14,6 +15,7 @@ class PopoverColumn extends Column
use Concerns\HasIcon;
use HasDescription;
use HasPopover;
use CanFormatState;

protected string $view = 'zeus-popover::popover-column';

Expand Down

0 comments on commit 59e956a

Please sign in to comment.