Martin Branches
Martin Branches
FFilament
Created by FullyLoadedTech on 8/3/2023 in #❓┊help
For defaultSort() which accepts a string, is there an easy way to sort by multiple columns?
This is not working for me (filament 3) Method 'App\Filament\Resources\MyCountryResource\Pages\ListMyCountries::applyDefaultSortingToTableQuery()' is not compatible with method 'Filament\Resources\Pages\ListRecords::applyDefaultSortingToTableQuery()'.intelephense(P1038) any other ideas?
7 replies
FFilament
Created by Martin Branches on 1/9/2024 in #❓┊help
Copy the data of all fields to an new entry
thanks! Great! (I used ->before(function (Title $record) { instead of mutateRecordDataUsing(function (Title $record) { because the mutateRecordDataUsing didn't change the replica).
5 replies
FFilament
Created by pocket.racer on 9/25/2023 in #❓┊help
how to make panel resource edit page save button to be sticky like v2?
I did this but the buttons are not sticky all the time, they disappear on a certain point while scrolling: return $panel ->bootUsing(function () { Page::stickyFormActions(true); })
10 replies