Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created August 29, 2016 09:19
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 goofmint/5fc755014aced08f7432362de931021b to your computer and use it in GitHub Desktop.
Save goofmint/5fc755014aced08f7432362de931021b to your computer and use it in GitHub Desktop.
8.md
'#grid gridChangeDataSelect': function() {
var selectedDataIds = this._gridController.getSelectedDataIdAll();
$("#event").text("チェックをつけました。"+selectedDataIds);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment