Roberto
How to display hasMany
hello there i have a User model relation to Link model
a user has many links
how do i display all links related to user using infolist?
which component should i use & which methods should i call to display list of links?
ty
3 replies
Some features not working on production
Hello there,
filament3 worked great on my computer. but when i deployed on production. it didn't work properly. some features are not working including
1. search functionality
2. polling of filament table
e.t.c
what could be the problem?
15 replies
how do i put my custom script code
I have a custom script code like this
<script></script>
i want to place that on every page of admin panel
i'm using renderHook. this is an example. please help me fix this
->renderHook(
'panels::body.end',
fn (): string => 'how do i put my script code here?'
)
6 replies