Hello,
I need execute js code after the spreadsheet is loaded.
I tried the common way on dhtmlx objects to call a callback function
but it doesn’t work :
dhx_sh.load("1",
function(){
alert('callback function ok');
});
What can I do ?
Thanks in advance,
JC