dojox.data.QueryReadStore._filterResponse
dojo.require("dojox.data.QueryReadStore");
defined in dojox/data/QueryReadStore.js
If the data from servers needs to be processed before it can be processed by this store, then this function should be re-implemented in subclass. This default implementation just return the data unchanged.
Usage
function (data) (view source)
parameter | type | description |
---|---|---|
data | data received from server |