Is there any way to trigger an event when user select a row in child table checking the left box? This table is not editable, users only can select rows
Thanks
Is there any way to trigger an event when user select a row in child table checking the left box? This table is not editable, users only can select rows
Thanks
[child_table_fieldname]_on_form_rendered: function() {
//Script
},
e.g.