Can't acces data from table repeater
I'm trying to set waybill_no to pod->pod_no when pod selectbox is selected but it's not working at all
is my usage wrong or is there other way for TableRepeater to get datas to get pod->pod_no?
3 Replies
You need to travese
$set('../pod')
sir here's my code
im trying to set waybill_no from Select::make('pod_id')
i have tried your method but still not working as expected
waybill_no is inside table repeater
can someone help me