Using tabs not repeater for dynamic form
i have multiple database tables with following structure
articles
problem is that data not setting in fields. please help to figure out what is wrong.
when i use repeater everything works fine, but i need tabs for my implementation and i don't know how to use them with repeater.
thank you for help
articles
- id
- author_id
- created_at
- updated_at
- id
- article_id
- locale
- title - body
- created_at
- updated_at
problem is that data not setting in fields. please help to figure out what is wrong.
when i use repeater everything works fine, but i need tabs for my implementation and i don't know how to use them with repeater.
thank you for help