mar5hall
mar5hall
FFilament
Created by mar5hall on 4/2/2024 in #❓┊help
Checkbox image/select row
I have a table only with image column and actions. Like on this page https://demo.filamentphp.com/blog/links. Can I disable default checkbox select row, and make it selectable by just clicking on row?
5 replies
FFilament
Created by mar5hall on 2/15/2024 in #❓┊help
Error on Delete action
No description
16 replies
FFilament
Created by mar5hall on 2/12/2024 in #❓┊help
Error on production
What I am trying to do: Run php artisan filament:upgrade My issue/the error: Alpine Expression Error: window.clearAllBodyScrollLocks is not a function Expression: "if ($event.detail.id === 'Q3Zjlz6OYbzlpQvca66v-action') open()" Error only on production. Maybe i forget to clear something, or something else🤔 ?
1 replies
FFilament
Created by mar5hall on 12/17/2023 in #❓┊help
Automatically hint on text input
Hi. I have a admin panel with many text input and textarea. Can I attach this hint https://v2.filamentphp.com/tricks/count-how-many-characters-left-to-type-in-the-field on all textarea and input automatically?
4 replies
FFilament
Created by mar5hall on 11/23/2023 in #❓┊help
How can i save array keys after modify?
No description
2 replies
FFilament
Created by mar5hall on 11/21/2023 in #❓┊help
Navigation multigroup/multilevel
No description
1 replies
FFilament
Created by mar5hall on 10/30/2023 in #❓┊help
Dark mode not working
Hi again. After composer update I noticed that the dark theme on the site(in admin panel worked fine) stopped working. In
tailwind.config.js
tailwind.config.js
darkMode is
darkMode: 'class'
darkMode: 'class'
, + in app.layout
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class=" dark bg-gray-800 font-sans">
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class=" dark bg-gray-800 font-sans">
. I noticed that if you remove or comment out the line with
presets: [preset]
presets: [preset]
in
tailwind.config.js
tailwind.config.js
, then everything seems to start working correctly. But I don't think this is the right approach. Has anyone encountered this?
2 replies
FFilament
Created by mar5hall on 10/30/2023 in #❓┊help
Simple resource. Before create
Where to use hooks in simple resource?
4 replies
FFilament
Created by mar5hall on 10/24/2023 in #❓┊help
Can I dispatch action in url?
I want to get url to resource with dispatch action event for delete record. For example. Admin click on link from another Laravel page and will be redirected to page where his get opened delete modal with require confirmation. Is that real? P.s. Sorry for bad English.
2 replies
FFilament
Created by mar5hall on 10/20/2023 in #❓┊help
Override Section padding
No description
6 replies