Ian_X12
Ian_X12
FFilament
Created by Ian_X12 on 4/19/2024 in #❓┊help
For IconColumn, only show boolean icon when true?
I don't know where it's coming from either 😰
11 replies
FFilament
Created by Ian_X12 on 4/19/2024 in #❓┊help
For IconColumn, only show boolean icon when true?
->falseIcon(null) did not change the visual appearance
11 replies
FFilament
Created by Ian_X12 on 4/19/2024 in #❓┊help
For IconColumn, only show boolean icon when true?
Removing ->boolean() results in the same visual appearance.
11 replies
FFilament
Created by Ian_X12 on 4/19/2024 in #❓┊help
For IconColumn, only show boolean icon when true?
No description
11 replies
FFilament
Created by Ian_X12 on 2/13/2024 in #❓┊help
Add <script> to each page of a panel?
I figured it out! Thanks for the suggestion @Tieme. I added this to my panel provider. The view referenced has the <script> tag provided by the service. Here is the code:
FilamentView::registerRenderHook(
PanelsRenderHook::BODY_START,
fn (): View => view('pages._includes.scripts.crisp_chat'),
);
FilamentView::registerRenderHook(
PanelsRenderHook::BODY_START,
fn (): View => view('pages._includes.scripts.crisp_chat'),
);
5 replies