Jessy
Jessy
FFilament
Created by Jessy on 5/9/2024 in #❓┊help
FileUpload:: ->downloadable()
I found buildTemporaryUrlsUsing() laravel method
3 replies
FFilament
Created by Jessy on 5/6/2024 in #❓┊help
Wizard goToStep(x)
I don't want to change the step by clicking it, I want to change it from an action
13 replies
FFilament
Created by Jessy on 4/17/2024 in #❓┊help
wizard - hidden last step based on a radio option and save
I tried
php
->nextAction(
fn (Action $action) => $action->hidden(),
)
php
->nextAction(
fn (Action $action) => $action->hidden(),
)
but the button is stil visible
6 replies
FFilament
Created by Jessy on 4/17/2024 in #❓┊help
wizard - hidden last step based on a radio option and save
the buttons only update when you change the page
6 replies
FFilament
Created by Jessy on 3/27/2024 in #❓┊help
TagInput suggestions on Chrome
8 replies
FFilament
Created by Jessy on 3/27/2024 in #❓┊help
TagInput suggestions on Chrome
No description
8 replies
FFilament
Created by Jessy on 3/27/2024 in #❓┊help
TagInput suggestions on Chrome
No description
8 replies
FFilament
Created by Jessy on 3/27/2024 in #❓┊help
TagInput suggestions on Chrome
I need to know if it's a problem with my application or if it happens to everyone
8 replies
FFilament
Created by Jessy on 2/26/2024 in #❓┊help
How to add tooltip to CheckboxList component
it's Forms\Components\CheckboxList
4 replies
FFilament
Created by Jessy on 2/7/2024 in #❓┊help
how to change the title on a custom page?
ty!
5 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
I've made it, with Storage::download I got an error but I use the url with redirect. And I also got an error on ExportAction(), a column is not found, but the same raws are exported with ExportBulkAction. I don't understand why ExportBulkAction works and ExportAction don't, in my case.
24 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
Ty! I will try this. This is just a livewire component with extends BaseWidget?
24 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
No description
24 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
yeah😅 , thanks, is there an option to download the file when export? or is just saving the file in storage?
24 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
no
24 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
I'm using in a custom page a filament table and use
use App\Filament\Exports\ProductExporter;
use Filament\Tables\Actions\ExportAction;
use Filament\Tables\Actions\ExportBulkAction;

....

->headerActions([
ExportAction::make()
->exporter(ProductExporter::class)
])
->bulkActions([
ExportBulkAction::make()
->exporter(ProductExporter::class)
]);
use App\Filament\Exports\ProductExporter;
use Filament\Tables\Actions\ExportAction;
use Filament\Tables\Actions\ExportBulkAction;

....

->headerActions([
ExportAction::make()
->exporter(ProductExporter::class)
])
->bulkActions([
ExportBulkAction::make()
->exporter(ProductExporter::class)
]);
24 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
Class "App\Filament\Exports\ProductExporter" not found
24 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
ok, now the version is v3.2.24. but I can't use Filament\Tables\Actions\ExportAction;, it says Class...not found
24 replies
FFilament
Created by Jessy on 2/6/2024 in #❓┊help
How to Upgrade to v3.2?
filament/filament v3.2.0 requires filament/actions v3.2.0 -> found filament/actions[v3.2.0] but the package is fixed to v3.1.47 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
24 replies
FFilament
Created by Jessy on 1/8/2024 in #❓┊help
how to translate the option in a Select?
ty
8 replies