Hi how can I make a fieldgroup as collapsible I tr...
# general
b
Hi how can I make a fieldgroup as collapsible I tried using the property it’s not working in suitelet
b
You can use jQuery in client script. jQuery('td .fgroup_title').click(function(){ jQuery(this).parent().siblings('.uir-fieldgroup-content').toggle()});
b
I’m thinking not to use joinery
Jquery*