marco76tv
marco76tv
FFilament
Created by marco76tv on 5/28/2024 in #❓┊help
how to pass a variable to importer and use it inside getColumns
Hi, I would like to pass a variable to an importer and use it inside the importer's getColumns function
17 replies
FFilament
Created by marco76tv on 11/22/2023 in #❓┊help
front end page or controller ?
Do you use filament pages for the frontend or do you use a controller? ''' use Modules\Cms\Filament\Front\Pages\Welcome; use Illuminate\Support\Facades\Route; Route::get('/{lang?}/{container0?}', '' . Welcome::class)->name('test'); '''
3 replies
FFilament
Created by marco76tv on 9/28/2023 in #❓┊help
route current
inside a livewire component ''' $list[$singularSlug] = Route::current()?->parameter( $singularSlug, $urlParameters[$singularSlug] ?? null ); ''' but route::current() retunr null .. how can i fix it ? thanks a lot
5 replies
FFilament
Created by marco76tv on 9/26/2023 in #❓┊help
nested resource
can you help me converting https://github.com/Sevendays-Digital/filament-nested-resources into filament 3 Please ?
27 replies
FFilament
Created by marco76tv on 8/13/2023 in #❓┊help
what do you suggest for automatize api ?
what do you suggest for automatize api ?
6 replies
FFilament
Created by marco76tv on 7/30/2023 in #❓┊help
read tablefilters inside a column
i need to read tableFilters inside a column component
12 replies
FFilament
Created by marco76tv on 7/24/2023 in #❓┊help
listrecord custom html
please can you explain me better https://filamentphp.com/docs/2.x/tables/layout#arranging-records-into-a-grid with a working example ..
3 replies
FFilament
Created by marco76tv on 7/11/2023 in #❓┊help
iconpicker on RichEditor
i need to add iconpicker to the RichEditor.. or using other wysiwyg with iconpicker ..
2 replies
FFilament
Created by marco76tv on 7/8/2023 in #❓┊help
each user has different widget
i would like to show on dashboard the widgets of that user Auth::user()->widgets() ....
14 replies
FFilament
Created by marco76tv on 7/7/2023 in #❓┊help
richeditor Emoticons
No description
1 replies
FFilament
Created by marco76tv on 7/7/2023 in #❓┊help
wizard step create record on first step
on a wizard on create i would like to create record on first step i see i can call ->afterValidation(function(?Model $record,$state){ so i can create record .. but i don't know to set it for calling it in the second record
4 replies
FFilament
Created by marco76tv on 7/6/2023 in #❓┊help
on action show an alert modal if a condition
on an action if a condition is not satisfied to show a modal alert
9 replies
FFilament
Created by marco76tv on 7/5/2023 in #❓┊help
_blank page
it's possible to open a page with target = _blank ?
7 replies
FFilament
Created by marco76tv on 6/28/2023 in #❓┊help
add navigation topbar
i would like to add at the top of the table a navigation , example in a table that contains recors "year" at the top of the table i show "2021 - 2022 - 2023" and until i not choose the year no records are shown
6 replies
FFilament
Created by marco76tv on 6/27/2023 in #❓┊help
clickable area for filtering relation
I have the field with an "x" relation, I have clickable areas and when I click on an area I can populate the x relation form where area=<clicked area>
1 replies
FFilament
Created by marco76tv on 6/16/2023 in #❓┊help
radio buttons with image
i would like to create radio buttons with an image from a relationship ex. i must choose one media from media relationship
7 replies
FFilament
Created by marco76tv on 6/15/2023 in #❓┊help
progressbar on bulkaction
in a bulk action i would like to show a progress bar to show how many records are done
1 replies
FFilament
Created by marco76tv on 6/12/2023 in #❓┊help
multiple upload with a text
7 replies
FFilament
Created by marco76tv on 6/12/2023 in #❓┊help
i would like to export a pdf with a custom action
i would like to export a pdf with a custom acion or a custom page, i don't like to create a route into web.php and a controller
2 replies