Pooja
Pooja
FFilament
Created by Pooja on 8/1/2024 in #❓┊help
FileUpload::make()->enableDownload() not working
I want to give download option on file upload. Clicking on the download icon opens the image in a new tab but does not download.
3 replies
FFilament
Created by Pooja on 6/17/2024 in #❓┊help
Show the confirmation model on the submit button of the model form
I want to show the confirmation model on the submit button of the model form
6 replies
FFilament
Created by Pooja on 6/10/2024 in #❓┊help
Require confirmation modal on submit action
I want to add a confirmation popup on create form submit button.
9 replies
FFilament
Created by Pooja on 3/21/2024 in #❓┊help
The resource view page custom CSS did not apply after the table filter.
Trying to apply custom CSS on the header widget but after the table filter apply CSS not working.
2 replies
FFilament
Created by Pooja on 3/20/2024 in #❓┊help
The header widget does not call on filament table filter
I have created a filament resource file and written the table code inside it. Calling the filament resource page file. Within that page, I've called Header Widgets . But when I apply a filter to the table the header widget is not displayed.
2 replies
FFilament
Created by Pooja on 3/15/2024 in #❓┊help
How to create toggle without any modal filed name
Toggle::make('any_name');
6 replies
FFilament
Created by Pooja on 12/19/2023 in #❓┊help
reset filter -Per page options not reset
I chose 50 per-page options. After resetting the filter, the data appears according to the last per-page option selected. I want 10 data means per page option also reset.
3 replies
FFilament
Created by Pooja on 12/19/2023 in #❓┊help
V2 pagination Error
In the filament table, I used the filament filter and pagination. I selected "ALL" from the per-page list and clicked Reset Filter. They make site freezes and give maximum execution time errors.
11 replies
FFilament
Created by Pooja on 12/14/2023 in #❓┊help
filament 2.0 page getaction add button to open model
I have created page with https://filamentphp.com/docs/2.x/admin/pages/getting-started. added an action that opens a modal popup on clicking the button. But the modal opens, giving it under 403 error.
3 replies