Hi Community !!
Is it possible to make the child table long heading to be visible fully?
I use this script but not working.
frappe.ui.form.on('Project Risk Register', {
onload: function(frm) {
frm.fields_dict['project_risk'].grid.$wrapper.find('.grid-heading').css('white-space', 'normal');
}
});