oxodesign
oxodesign
FFilament
Created by jamesro on 10/2/2024 in #❓┊help
How can I hide a field inside a form or repeater, but still send its data
use
->hidden()->dehydratedWhenHidden()
->hidden()->dehydratedWhenHidden()
4 replies
FFilament
Created by SKNtheKing on 9/23/2024 in #❓┊help
nextAction on Wizard built with getState Function
The easiest way to do it looks like you create you own "HasWizard" trait! Copy the code from the orignal trait and then change the label as you wish 🙂
5 replies
FFilament
Created by Moh Widodo Nurcahyono on 7/18/2024 in #❓┊help
invoice number in a field
Do you need to display it before you create it? - In this case use default with Closure and get the data/logic from db. Otherwise use the mutateFormDataBeforeCreate hook
4 replies
FFilament
Created by Sujay Barma on 8/31/2024 in #❓┊help
Show multiple column data in a single table column.
Ensure the "properties", is a valid property and is returning something otherwise (to my knowledge) it wont trigger formatStateUsing.
7 replies