I'm looking into using the DataSource::getClientOnlyDataSource(criteria, callback) API and was wondering if there's a way to grab a copy of our (real) datasource without doing a fetch. I see that if I pass in a null Criteria it will do a fetch across all data that the (real) datasource is pointing to. I am trying to initialize an empty editable grid and would like to avoid a useless fetch (something returning nothing but still creating a request) if possible.
This is SmartGWT 6.1p
This is SmartGWT 6.1p
Comment