Hello, Based in Integration -> Select2 tags, I need to insert each selected Name Id from foraign table individually; not separed by comma in the same col as actually.
Thanks,
1 Answers
In on_insert or on_update callback functions, you can split the posted data with “,” and you will get array of values selected in select2. Then you can do manual insert query to insert individually in separate table.
Refer grid events in docs.
PS: Apologies for the late reply. Ticket somehow remain unanswered.
Your Answer