Closed othalan closed 1 year ago
Thanks for catching this, it is a bug in Justpy. The rowClicked and doubleClicked events have an additional field called source that is circular and cannot be stringified.
I've change it for the next version but just add the line:
delete e.source;
after this line: https://github.com/elimintz/justpy/blob/master/justpy/templates/js/aggrid.js#L131 It fixes the problem
has this been fixed?
Test occasionally times out
Using Ag-Grid, the events
rowClicked
androwDoubleClicked
do not work. This is a problem with both the latest version (0.2.2) and the previous version (0.1.5). Problem verified on Firefox, Chrome, and Safari web browsers.Example code - Double click on any row, should have the same effect as using the selection checkbox:
Error shown on the console in Firefox:
Link to the web page giving more information:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value