albertosemesale
How to create login sessions after admin login
Before incorporating Filament my current project had a Login method that created different session so that they'd be in use in the entire application
Naturally, filament has it's own admin Login, and by default, it lacks these features
How would I recreate these sessions on Admin login?
3 replies
Use value of another column in the same row in a custom table
I'm having difficulty having 2 tables, the first is supposed to retrieve whether the column "exit_date" has value or not, I can't use "exit_date" twice, it's one or the other
The second I'm supposed to substract two dates (exit_date and enter_date) and obtain the remaining result.
5 replies
One datepicker filter for multiple chart widgets in Admin dashboard
How do I make one date picker to filter multiple chart widgets on the admin dashboard when the value changes? I'm using a custom Widget for the datepicker and would like to know what's the best practice for other widgets to interact after a DOM event is dispatched.
9 replies