Satyam,
> dataReturnEvent fires when data has arrived,
> before it was processed.
Thanks, yes, that's why I can't properly use it.
> renderEvent upon re-rendering the table except for the
> first time around.
YAHOO.ddTech.AppointTable.oDataTable.subscribe(
"renderEvent",
function() {
alert("render event");
}
);
never seems to fire. I have the dataTable in a dialog that I simply
show and hide and so reuse the table more than once. On subsequent
calls I do
oTable.initializeTable();
oTable.render();
oTable.showTableMessage( DataTable.MSG_LOADING );
oDS.sendRequest(
cPostData,
oTable.onDataReturnInitializeTable,
oTable);
Hmmm... is it maybe due to the initializeTable ???
and then each time firing the initEvent???
thanks Satyam, I'll give it a shot and let You know.
> The first time initEvent gets fired,
> that's the one you are looking for.
I'll see, if in my scenario each request is the "first request" :D
Satyam, it's Sunday here - why the hell are You online anyway ?