Skip to content

Instantly share code, notes, and snippets.

@lsmith
Created August 16, 2008 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsmith/5725 to your computer and use it in GitHub Desktop.
Save lsmith/5725 to your computer and use it in GitHub Desktop.
onDataReturnInitializeTable : function(sRequest, oResponse, oPayload) {
if((this instanceof DT) && this._sId) {
this.initializeTable();
this.onDataReturnSetRows(sRequest,oResponse,oPayload);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment