access table repeater data
i have a table repeater and im trying to access the table repeater data. i have tried $data['nameOfRepeater'] but it says undefined array key.
6 Replies
Does it work?
nope
same error
Undefined array key "stockArray"
where are you trying this code?
Can you share the whole code please?
this is the page ListInventories, where i need to create a button called closing or smth
the button will open a slideover form, some of the fields in the form are populated using stockArray
for the button's action(), i want to use data from the table repeater to save into model DailyStock
the ui