Roberto
Roberto
FFilament
Created by Roberto on 12/25/2023 in #❓┊help
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
FFilament
Created by Roberto on 12/5/2023 in #❓┊help
Panel without Login or registration
Hello there, is it possible to have a panel builder without features of login or registrations. users should just visit the url and see all inside panel. how do i do that?
12 replies
FFilament
Created by Roberto on 12/4/2023 in #❓┊help
Table to dark mode
Hello there, I'm aware that, panel builder has dark mode. but i'm using table outside of panel builder. just on livewire page. i would like to display table in dark mode. how do i do that? thank you
19 replies
FFilament
Created by Roberto on 11/14/2023 in #❓┊help
Directly Passing Form in modalContent
Can i directly pass Form in modalContent like this? ->modalContent(fn (Form $form): Form => $form->schema([ if not what is the alternative? how do i put form in modalContent
5 replies
FFilament
Created by Roberto on 11/11/2023 in #❓┊help
Poll refreshees table
I have a question i have a filament table it refreshes every 3 secs. my question is when it refresh does it retrive only 25 records or all records from the DB? fyi, my pagination is 25
6 replies
FFilament
Created by Roberto on 11/1/2023 in #❓┊help
How to supply user_id along with create
No description
5 replies
FFilament
Created by Roberto on 10/17/2023 in #❓┊help
Sorting is not working
No description
14 replies
FFilament
Created by Roberto on 10/17/2023 in #❓┊help
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
FFilament
Created by Roberto on 10/12/2023 in #❓┊help
subdomain to point to app panel
No description
13 replies
FFilament
Created by Roberto on 10/10/2023 in #❓┊help
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
FFilament
Created by Roberto on 10/3/2023 in #❓┊help
DateField to 10 secs ago format
No description
9 replies
FFilament
Created by Roberto on 9/25/2023 in #❓┊help
Best way to prepare pricing page
Hello there, i want to build pricing page inside filament panel. should i use filament-page or some other method like (infolist) please advise Thanks
2 replies
FFilament
Created by Roberto on 9/25/2023 in #❓┊help
How to add some text at the top of the table?
No description
3 replies
FFilament
Created by Roberto on 9/24/2023 in #❓┊help
How to make first column sticky?
How do i make first column sticky so that if i do horizontal scrolling first column will stay there
4 replies
FFilament
Created by Roberto on 9/16/2023 in #❓┊help
Remove Breadcrumb and Button
No description
4 replies
FFilament
Created by Roberto on 9/16/2023 in #❓┊help
help me fix this match statement
No description
5 replies
FFilament
Created by Roberto on 9/15/2023 in #❓┊help
NULL email_verified_at
No description
10 replies
FFilament
Created by Roberto on 9/13/2023 in #❓┊help
Did not receive email confirmation
No description
12 replies
FFilament
Created by Roberto on 9/13/2023 in #❓┊help
Delete Default widgets
No description
3 replies
FFilament
Created by Roberto on 9/13/2023 in #❓┊help
Results in a table
i have a text box and a button. when i click on button it should display a table of some data (not from the database) how do i do that? do i need to create custom page or livewire component?
11 replies