3.0.2
What's Changed
- chore: align docs structure and cleanup
- fix get state
Changelogs and Releases Notes for Popover: filamentphp component to show a Popover with custom content in tables and infolist.
support filament 5
x-anchor stead of tooltip jsif you're usg it with livewire component, you must add a unique key as the example:
your form:
please notice the type is our key per column
PopoverColumn::make('name')
//.... other config
->content(fn ($record) => view('filament.user-card', ['record' => $record, 'type' => 'name'])),
PopoverColumn::make('email')
//.... other config
->content(fn ($record) => view('filament.user-card', ['record' => $record, 'type' => 'email'])),
now your LW view:
<livewire:user-card :$record :key="$record->id.'-'.$type"/>
🍾 First Release
Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.