Darnes
Darnes
FFilament
Created by Darnes on 5/5/2024 in #❓┊help
lineClamp not work
lineClamp do nothing when I set lineclamp(2) for example and textColumn is long
2 replies
FFilament
Created by Darnes on 2/2/2024 in #❓┊help
404 | NOT FOUND after delete records
I have three form and one table in resource custom page one of them have Action to delete all the records in table when do action 404 | NOT FOUND appear and I must refresh to clear the error when I track the console : POST http://127.0.0.1:8000/livewire/update 404 (Not Found) livewire.js?id=a27c4ca2:4183
2 replies
FFilament
Created by Darnes on 1/25/2024 in #❓┊help
can set focus to Select with Alpine
if any way to make select get focus by Alpine JS TextInput::make('q1') ->extraAttributes( [ 'x-on:keydown.enter' => "$focus.focus(item_id)", ] ) it get focus only when not searchable(), Even when I try to get focus vis JS script the same thing.
2 replies
FFilament
Created by Darnes on 1/7/2024 in #❓┊help
error on createOptionsForm in multiple forms in livewire page
Missing [$rules/rules()] property/method on: [App\Livewire\Buy\InpBuy]. this error message when press add button in CreateOptionForm in livewire page with multiple forms. Although the same CreateOptionForm with the same code work well in other resource page.
14 replies
FFilament
Created by Darnes on 12/23/2023 in #❓┊help
control focus after key down
Is any way to control focus as I want after press Enter key for example and set focus . as we do in livewire with JS or Alpine.
2 replies
FFilament
Created by Darnes on 12/22/2023 in #❓┊help
How can customize table row height , padding ?
I try to change the row height of filament table but I do not see any thing about it in document .
8 replies
FFilament
Created by Darnes on 12/5/2023 in #❓┊help
Summarize not work with MS Sql Server . (Invalid object name 'Tsaheal.Bank') ..
I think it is BUG , because it must be 'Tsaheal.dbo.Bank'
14 replies