Chrysippus
Hide Select Dropdown depends on the Select Dropdown value?
Hello,
I want to hide a specific Select Dropdown something like this using afterStateUpdated() ,is this possible?
any suggestion to make this work with or without using afterStateUpdated?
TIA 🙏
4 replies
how to make the view link on Notifications show/trigger the modal and show the data through modal?
I have this Notification where after customer orders speicifc product from the customer-side it notifies the admin using notification , just like the notification on the demo-filament.php.
However I disabled the editing of the orders.
So what I want to achieve instead is to show the ordered data through modal using ViewAction?? is this possible?
btw im not using filament for customer-side, only on admin side
TIA 🙂
36 replies
admin panel errors on production
Hello guys,
so I hosted my app on sharedhosting and I encountered this error on admin panel which kinda tricky since it only appears on production and I have this image on console log also comes on error trigger.
I tried .htaccess issues but didnt it didnt work.
Thankyou in advance!!
62 replies
how to create logs for users?
Hello good day,
I want to create a logs where I'll record every time someone logged-in/logged-out etc.
a table for logs where it has columns that are [ACTIONS | TIMESTAMPP]
does filament have a feature/plugins where I can just create another custom page for logs?
or I need to do it manually?
e.g, admin/employee logged-in [time_stamps][mobile/desktop] etc.
3 replies
table for custom page
I created a custom page just to display a table of my OrderResource but I want to filter it where it only shows "order completed"
basically I created this custom page just for SalesReport
but I dont know what is the best way to have a table on my custom page
TIA.
51 replies
How to put calendar widget on Calendar custom page?
First time creating a custom Calendar page without a resource, I just want a calendar to showcase the orders on every possible days.
I already created a CalendarWidget using this plugin https://github.com/saade/filament-fullcalendar
this will make a CalendarWidget on dashboard
but idk how to change the view from dashboard in to my Calendar custom page
6 replies
Maximum execution time of 60 seconds exceeded
I have this Observer where I want to get the total whenever I create or update on my OrderResource
It's working but taking a long time to process and gets error at the end of the process "maximum execution time error of 60 seconds"
35 replies