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/b8712849e470cc911b47755f0887796d to your computer and use it in GitHub Desktop.
Save goofmint/b8712849e470cc911b47755f0887796d to your computer and use it in GitHub Desktop.
8.md
properties: {
_selectCheckBox: {
size: 25,
enableResize: false,
toValue: function(data, cell) {
return cell.isSelectedData;
},
formatter: cellFormatter.checkbox(true),
changeHandler: changeHandler.selectData()
},
:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment