jqGrid icon indicating copy to clipboard operation
jqGrid copied to clipboard

rowAttr property as json object

Open demonslord opened this issue 11 years ago • 0 comments

Hi Tony,

RowAttr as json string ignored.

Changes:

rowAttrObj =   $.isFunction(ts.p.rowattr) ? ts.p.rowattr.call(ts, rd, cur, id) :{};

to

rowAttrObj = $.isFunction(ts.p.rowattr) ? ts.p.rowattr.call(ts, rd, cur) : ((ts.p.rowattr) ? ts.p.rowattr : {});

Best Regards. Alexander Bulei

demonslord avatar Dec 16 '13 14:12 demonslord