1
ParamQuery Pro Evaluation Support / Re: Style Information on Export
« on: October 25, 2017, 12:38:02 pm »
next problem 
renderer return the following: return "<span style='"+ui.style+";width:"+ui.column._width+"px;display:block'>"+ui.cellData+"</span>";
cellData and _width are returned correctly, but ui.style is always undefined. What can be the reason for this?

renderer return the following: return "<span style='"+ui.style+";width:"+ui.column._width+"px;display:block'>"+ui.cellData+"</span>";
cellData and _width are returned correctly, but ui.style is always undefined. What can be the reason for this?