KeyMe
KeyMe
FFilament
Created by Ray.nl on 4/5/2024 in #❓┊help
export modifyQuery with options
one possible way tht i know is to define both option form and modifyquery on the export action itself, so we can call the array $data arg
14 replies
FFilament
Created by Ray.nl on 4/5/2024 in #❓┊help
export modifyQuery with options
modifyquerystring?
14 replies
FFilament
Created by LeviBeezy on 3/20/2024 in #❓┊help
Dynamic Filename Specification for Export Actions
while that works, what about to modify query/filter by date in the static function modifyQuery()? because we definitely cant inject $options argument nor use $this->options[''] in it.
5 replies
FFilament
Created by Daniel Alvarez de Almeida on 4/9/2024 in #❓┊help
how to use set in a repeater
@Alvarez🐳 its in the document, no need to go thru all tht trouble https://filamentphp.com/docs/3.x/forms/fields/repeater#using-get-to-access-parent-field-values
11 replies
FFilament
Created by Ray.nl on 4/5/2024 in #❓┊help
export modifyQuery with options
following this
14 replies
FFilament
Created by ChesterS on 4/1/2024 in #❓┊help
Load custom component inside action modal
that is the common method used by manu
9 replies
FFilament
Created by ChesterS on 4/1/2024 in #❓┊help
Load custom component inside action modal
u dont even need the ->livewire() method
9 replies
FFilament
Created by sdousley on 3/30/2024 in #❓┊help
Livewire Component within tabs in Resource View
perhaps:
Livewire::make(ListVIPs::class, ['customer' => $infolist->getRecord()])
Livewire::make(ListVIPs::class, ['customer' => $infolist->getRecord()])
then in ListVIPs class, define customer public property to use it in ur query or elsewhere. refer to this: https://filamentphp.com/docs/3.x/infolists/advanced#passing-parameters-to-a-livewire-component
10 replies
FFilament
Created by sdousley on 3/30/2024 in #❓┊help
Livewire Component within tabs in Resource View
@sdousley can u show the code where u call/render the livewire component?
10 replies
FFilament
Created by pocket.racer on 1/17/2024 in #❓┊help
How to get unsaved changes alerts to work for custom pages?
Following this as well
3 replies
FFilament
Created by KeyMe on 3/18/2024 in #❓┊help
Error on opening action modal in actionGroup after Livewire update
thank you lord dan
7 replies
FFilament
Created by KeyMe on 3/18/2024 in #❓┊help
Error on opening action modal in actionGroup after Livewire update
feels like its a filament issue..
7 replies
FFilament
Created by jaocero on 12/9/2023 in #❓┊help
Uncaught Snapshot missing on Livewire component with id: 5k8cfyjIWCqpkMXB2LHv
oh wow that actually worked. bcs i swear i tried it before..
27 replies
FFilament
Created by KeyMe on 1/24/2024 in #❓┊help
Livewire infolist component disappear on action/tab click
somewhat, i ended up using alternative way of rendering livewire component for the first lw comp by calling the lw thru blade view, https://filamentphp.com/docs/3.x/infolists/adding-an-infolist-to-a-livewire-component, code:
ViewField::make('Status summary')->view('components.status-summary', ['order' => $form->getRecord()])
ViewField::make('Status summary')->view('components.status-summary', ['order' => $form->getRecord()])
4 replies
FFilament
Created by Wirkhof on 12/14/2023 in #❓┊help
Modifying the option label in Select
little late to the party, is it possible to append at the beginning of label instead? have u tried that?
10 replies
FFilament
Created by tinkypinky on 8/25/2023 in #❓┊help
DatePicker Month-Year Display Only
tried doing this, defining as form filter works fine, but somehow if used in action modal, the filter value returns last day of the previous month instead
4 replies
FFilament
Created by GHOST-117 on 2/16/2024 in #❓┊help
Action inside Another Action
why not just make separate action/modal? for both
13 replies
FFilament
Created by KeyMe on 12/21/2023 in #❓┊help
Prevent action modal from closing automatically
@justlasse @GHOST-117 it seems that the action would always ends with modal close, putting
$this->halt()
$this->halt()
at the end of action() method would prevent it. But see for urselfs if it impeded any of ur modal's expected behaviour.
5 replies
FFilament
Created by Josh on 11/20/2023 in #❓┊help
Snapshot Missing - View Column with Livewire Component
Again sorry.
8 replies
FFilament
Created by Josh on 11/20/2023 in #❓┊help
Snapshot Missing - View Column with Livewire Component
@Josh excuse me for tagging u josh, facing similar issue, but in my case, i display three different livewire components passed to viewfields in resource view. The behaviour was whenever i click on a page action or change relationmanager tabs, the last rendered component disappear and I received the same uncaught snapshot error. Do you perhaps have any clue on figuring this out?
8 replies