BKF Dev
BKF Dev
FFilament
Created by Kiltaz on 9/27/2024 in #❓┊help
🐞 TextInputColumn type('date') - can't manuly edit
Hello Kiltaz, did you find a solution for this ? thanks
2 replies
FFilament
Created by BKF Dev on 11/5/2024 in #❓┊help
Hide Input Form inside Repeater based on condition
Already set it, but the problem is when repeater is empty, otherwise it works fine if items already exist
5 replies
FFilament
Created by bwurtz999 on 8/18/2023 in #❓┊help
Display a Private File From S3
Could you please show us an example? thanks
11 replies
FFilament
Created by bwurtz999 on 8/18/2023 in #❓┊help
Display a Private File From S3
Dear @awcodes What if I have a dynamic S3 config ? each tenant has its own S3 config to upload & display files. Thanks
11 replies
FFilament
Created by BKF Dev on 10/15/2024 in #❓┊help
Call Resource Save Changes Button
Yes, just $this->save()
5 replies
FFilament
Created by BKF Dev on 10/15/2024 in #❓┊help
Call Resource Save Changes Button
Nevermind 🙂
5 replies
FFilament
Created by Xavi on 10/10/2024 in #❓┊help
Full page loading
@Xavi Did you find a soltuion ? 🙂
19 replies
FFilament
Created by Enas on 10/13/2024 in #❓┊help
import modal description
Copy Past :
\Filament\Forms\Components\Actions::make([ Action::make('get_template') ->icon('tabler-file') ->label(__('Download Template Xlsx / Csv File')) ->outlined() ->link() ->color('success') ->action(function () { return Response::download(public_path('template.xlsx'), 'template.xlsx', ['Content-Type: application/vnd.ms-excel']); }), ]),
3 replies
FFilament
Created by BKF Dev on 10/12/2024 in #❓┊help
Custom FileUpload action
GREAT ! Thanks dear @Dimitar Papazov DEV 🙂
4 replies
FFilament
Created by BKF Dev on 9/29/2024 in #❓┊help
hasCombinedRelationManagerTabsWithContent bug
Finally I got the problem -.-' ! I've created a custom form component using custom livewire page, and called it using : Livewire::make(MyComponent::class) So I decided to create a custom form field and everything works fine 🙂 Thanks all 🙂
11 replies
FFilament
Created by BKF Dev on 9/29/2024 in #❓┊help
hasCombinedRelationManagerTabsWithContent bug
Same issue :/
11 replies
FFilament
Created by BKF Dev on 9/29/2024 in #❓┊help
hasCombinedRelationManagerTabsWithContent bug
@Kane G version?
11 replies
FFilament
Created by BKF Dev on 9/29/2024 in #❓┊help
hasCombinedRelationManagerTabsWithContent bug
I'm on v3.2.115
11 replies
FFilament
Created by BKF Dev on 9/29/2024 in #❓┊help
hasCombinedRelationManagerTabsWithContent bug
Thanks Kane, this is really strange ! some resources works fine, and some need to refresh the page to work !
11 replies
FFilament
Created by BKF Dev on 9/29/2024 in #❓┊help
hasCombinedRelationManagerTabsWithContent bug
No one is using it may confirm ? :squint:
11 replies
FFilament
Created by hash_code3000 on 5/27/2024 in #❓┊help
HELP: It requires double click to trigger the table actions inside the Action Modal
Oops ! I found the issue, in my case I'm using ->query to get data, so it doesn't work even when adding lazy loading, so I tried the ->relationship query so it works fine 🙂
10 replies
FFilament
Created by hash_code3000 on 5/27/2024 in #❓┊help
HELP: It requires double click to trigger the table actions inside the Action Modal
@daregu
10 replies
FFilament
Created by hash_code3000 on 5/27/2024 in #❓┊help
HELP: It requires double click to trigger the table actions inside the Action Modal
Same issue here even if I add ->deferLoading() to table :/
10 replies
FFilament
Created by Jon Mason on 9/7/2024 in #❓┊help
Flux?
12 replies
FFilament
Created by Jon Mason on 9/7/2024 in #❓┊help
Flux?
I think flux is useful for custom pages, since filament doesn't provide blade file for each component
12 replies