Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created August 29, 2016 09:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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