Citizer
Citizer
FFilament
Created by Citizer on 7/15/2024 in #❓┊help
How to add an row to a repeater programmatically?
No description
8 replies
FFilament
Created by Citizer on 7/15/2024 in #❓┊help
How to add an row to a repeater programmatically?
No description
8 replies
FFilament
Created by Citizer on 7/15/2024 in #❓┊help
How to add an row to a repeater programmatically?
Now after going through the cycle we get the following diagram: Repeater => ['rule_attribute_id', 'value_integer', 'value_integer', 'value_string'] I would like to get: Repeater => [['rule_attribute_id', 'value_integer'], ['rule_attribute_id', 'value_integer'], ['rule_attribute_id', 'value_stirng']]
8 replies
FFilament
Created by Citizer on 7/15/2024 in #❓┊help
How to add an row to a repeater programmatically?
I don't want to change the values. I want to add rows so that each of my fields is a new repeater row. If there are 5 repetitions in my loop, I want to have 5 records in attributes.
8 replies