blink
blink
FFilament
Created by blink on 11/14/2024 in #❓┊help
Loading indicator in forms
I have some logic in afterStateUpdated() that requires some time, how can I show some loading indicator to let users know something is happening and that they should wait?
3 replies
FFilament
Created by blink on 10/17/2024 in #❓┊help
Persistent bulk action
No description
6 replies
FFilament
Created by blink on 10/14/2024 in #❓┊help
how to check what (if) attributes were updated in afterSave() method.
I need to fire an API call to let some endpoint know if model were updated.
3 replies
FFilament
Created by blink on 9/27/2024 in #❓┊help
mask method triggers afterStateUpdated() method on page load
Hi, How to preven mask triggering after afterStateUpdated() method, within this method I handle walidation. So when page loads (empty fromfields), it triggers afterStateUpdated() method and shows validation errors even before filling any form fields.
2 replies
FFilament
Created by blink on 9/24/2024 in #❓┊help
Form builder does not allow decimals. (?)
No description
22 replies
FFilament
Created by blink on 5/11/2024 in #❓┊help
File (image) upload preview as grid
No description
6 replies
FFilament
Created by blink on 4/17/2024 in #❓┊help
Relationship repeater fields are reset when clicking save button, but saves actually.
When I update form fields (including repeater part) and submit, repeater fields returns to old values. But data is updated in database. When I refresh page repeater fields are filled with fresh records. I found out that when save button is clicked firstly form data is saved after that relationship data is saved But when form is saved all fields are refreshed including repeater values, but at this time relationship is not updated yet and its field are filled with old values. So, how can I make repeater fields not to return to old values when save button is clicked?
11 replies
FFilament
Created by blink on 9/4/2023 in #❓┊help
Class "Filament\Support\Facades\FilamentAsset" not found
I got this error after instaling this plugin Is it related to my filament instalation or plugin malfunction ? any Idea how can I fix? https://filamentphp.com/plugins/ibrahim-bougaoua-star-rating
4 replies
FFilament
Created by blink on 9/3/2023 in #❓┊help
table builder wrong colors
No description
5 replies
FFilament
Created by blink on 9/3/2023 in #❓┊help
Using filament tables outside the panel
No description
2 replies
FFilament
Created by blink on 8/6/2023 in #❓┊help
Record title in breadcrumb
3 replies
FFilament
Created by blink on 7/15/2023 in #❓┊help
Compact table
Hi. How to make tables compact? (filament way) -reduce font size -decrease vertical paddiong -etc
17 replies
FFilament
Created by blink on 4/14/2023 in #❓┊help
Column labels for grid layout
Hi, How can I make labels work for the grid layout? In the grid, I have splits and stacks. If I have stacked two columns on top of each other, labels are not shown on the table header. I could not find anything in the docs.
8 replies