Hello
In the 2.4.1 version we were using render with svg/html content. In the version 3.3.0, we have error when clicking on cell
Here is an example of render we are using:
columnrender=function(ui) {
var ret = '<svg height="10" width="10" >';
ret+='<circle cx="5" cy="5" r="3" stroke-width="1" ></circle></svg>>';
return ret
}
Same error can be reproduce on the 3.3.0 demo "Charts => Inline charts": When you click on a cell with a chart you have the following trace:
Uncaught TypeError: c.originalEvent.target.className.indexOf is not a function: pqgrid.min.js:390
f._onRowMouseDown @ pqgrid.min.js:390
(anonymous function) @ pqgrid.min.js:387
a @ pqgrid.min.js:10
p._trigger @ pqgrid.min.js:11
c._onRowMouseDown @ pqgrid.min.js:126
(anonymous function) @ pqgrid.min.js:86
dispatch @ jquery.min.js:2
u @ jquery.min.js:2
Thanks for your support,
Best Regards,
easyKost.