YUI2 Datatable:
Here's how you refresh the data through the DataSource:
this.DS.sendRequest( null, { scope: this, success: function( sRequest, oResponse, oPayload) { this.onDataReturnInitializeTable( sRequest, oResponse, oPayload); }, failure: function( sRequest, oResponse, oPayload) { } }, this);
No comments:
Post a Comment