Skip to content

Instantly share code, notes, and snippets.

@fernandomm
Created January 4, 2012 16:26
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 fernandomm/1560794 to your computer and use it in GitHub Desktop.
Save fernandomm/1560794 to your computer and use it in GitHub Desktop.
Update clientOnly dataSource.
if ( unique_clickers_form.getValue('unique') == false ) {
data = unique_clickers_form.getValue('filtered');
} else {
data = unique_clickers_form.getValue('unfiltered');
}
clickers_grid.dataSource.testData = data;
clickers_grid.invalidateCache();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment