Punyapal Shah
Punyapal Shah
FFilament
Created by Punyapal Shah on 1/17/2025 in #❓┊help
Authorization with Livewire Component
Can it authorize automatically from policies when a table/form/action is added to the livewire component? 🤔
4 replies
FFilament
Created by Punyapal Shah on 11/18/2024 in #❓┊help
how do you test `extraModalActions`?
example code of table (it works fine in UI).
->actions([
EditAction::make('edit-post')
->iconButton()
->form($this->schema())
->extraModalActions([
DeleteAction::make('delete-post')
->iconButton()
->cancelParentActions(),
]),
], ActionsPosition::BeforeColumns);
->actions([
EditAction::make('edit-post')
->iconButton()
->form($this->schema())
->extraModalActions([
DeleteAction::make('delete-post')
->iconButton()
->cancelParentActions(),
]),
], ActionsPosition::BeforeColumns);
5 replies
FFilament
Created by Punyapal Shah on 5/20/2024 in #❓┊help
tooltip
anyone facing this issue in tooltip? filament V3.2.80
11 replies
FFilament
Created by Punyapal Shah on 3/14/2024 in #❓┊help
Open edit profile in slideover
is there any way to open edit profile page into slideover?
1 replies
FFilament
Created by Punyapal Shah on 11/7/2023 in #❓┊help
something is fishy with docs
No description
2 replies
FFilament
Created by Punyapal Shah on 11/1/2023 in #❓┊help
client side Datatable
is it possible to implement client side datatable with table builder? 🤔
8 replies
FFilament
Created by Punyapal Shah on 10/17/2023 in #❓┊help
Table UI (Per Page)
No description
6 replies