https://pulumi.com logo
b

brainy-gpu-17825

09/25/2018, 11:58 AM
Hi how can I make a fieldgroup as collapsible I tried using the property it’s not working in suitelet
b

bumpy-architect-3435

09/25/2018, 12:53 PM
You can use jQuery in client script. jQuery('td .fgroup_title').click(function(){ jQuery(this).parent().siblings('.uir-fieldgroup-content').toggle()});
b

brainy-gpu-17825

09/25/2018, 3:07 PM
I’m thinking not to use joinery
Jquery*