Forums

Full Version: How to do Text wrap in scorecard ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"sdk.setAfterRenderCallBack( 'scorecard1',function() { 
var a = sdk.getWidget( 'scorecard1').m_componentid;
$(""#""+a).find(""td div.datagrid-cell"").css({
""white-space"": ""normal"",
});
});"