Hi sir,
I want to build a demo like
https://dhtmlx.com/docs/products/demoApps/dhtmlxExam/#exams.
I add clik function in exams grid cell:
cell__template: function(event, data) {
this.fire("view:modeChanged", ['results','XXX1','XXX2']);
}
I want to pass data XXX1 and XXX2 to view results.
How to do it?
Thanks,
Jack