Oumuamua
Oumuamua
FFilament
Created by Oumuamua on 1/14/2024 in #❓┊help
Repeater Not Working
The update solved the issue. It is working fine now. Thanks!
12 replies
FFilament
Created by Oumuamua on 1/14/2024 in #❓┊help
Repeater Not Working
No errors in console Using V 3.1.0
12 replies
FFilament
Created by Oumuamua on 1/14/2024 in #❓┊help
Repeater Not Working
Relationship is working fine even it is fetching entries as you can see in the video I posted, only add and delete buttons are not working that too for only one repeater which is kind of weird.
12 replies
FFilament
Created by Oumuamua on 1/14/2024 in #❓┊help
Repeater Not Working
The qualifications repeater is not working while the work experience one is working properly
12 replies
FFilament
Created by Oumuamua on 1/14/2024 in #❓┊help
Repeater Not Working
Section::make('qualifications')
->schema([
Repeater::make('qualifications')
->relationship()
->schema([
TextInput::make('level'),
TextInput::make('title'),
TextInput::make('institute'),
TextInput::make('completion_year'),
TextInput::make('result'),
])
->hiddenLabel()
->columns(2)
]),
Section::make('work_experiences')
->schema([
Repeater::make('work_experiences')
->relationship()
->schema([
TextInput::make('title'),
TextInput::make('company'),
TextInput::make('start_date'),
TextInput::make('end_date'),
])
->hiddenLabel()
->columns(2)
])
Section::make('qualifications')
->schema([
Repeater::make('qualifications')
->relationship()
->schema([
TextInput::make('level'),
TextInput::make('title'),
TextInput::make('institute'),
TextInput::make('completion_year'),
TextInput::make('result'),
])
->hiddenLabel()
->columns(2)
]),
Section::make('work_experiences')
->schema([
Repeater::make('work_experiences')
->relationship()
->schema([
TextInput::make('title'),
TextInput::make('company'),
TextInput::make('start_date'),
TextInput::make('end_date'),
])
->hiddenLabel()
->columns(2)
])
12 replies
FFilament
Created by Oumuamua on 12/31/2023 in #❓┊help
Close Modal After Action from ManageRelatedRecords
Can anyone please suggest some solution?
7 replies
FFilament
Created by Oumuamua on 12/31/2023 in #❓┊help
Close Modal After Action from ManageRelatedRecords
This is not working
7 replies
FFilament
Created by Oumuamua on 11/26/2023 in #❓┊help
How to disable ToggleColumn when user don't have update permission
Thanks, it worked perfectly!
7 replies
FFilament
Created by Oumuamua on 11/26/2023 in #❓┊help
How to disable ToggleColumn when user don't have update permission
Thanks, How can I access spatie permissions of current logged in user there?
7 replies