Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 21, 2016 04:10
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/26510559fc5e4807974e19258a0e5ef6 to your computer and use it in GitHub Desktop.
Save goofmint/26510559fc5e4807974e19258a0e5ef6 to your computer and use it in GitHub Desktop.
4.md
var scrollGridController = {
__name: 'datagrid.sample.ScrollGridController',
__meta: {
_gridController: {
rootElement: '#grid'
}
},
_gridController: datagrid.GridController,
_dataSearcher: null, // 追加
:
__ready: function() {
:
this._gridController.activate(dataSource, initParam);
// 以下を追加
this._dataSearcher = this._gridController.getDataSearcher();
:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment