{ id:"value", header:"Title", width:250,
template:"{common.space()}{common.icon()}{common.treecheckbox()}{common.folder()}#value#" },
can i use this code in datatable? i need make checkboks
template:"{common.checkbox()}"
this fine
{ id:"value", header:"Title", width:250,
template:"{common.space()}{common.icon()}{common.treecheckbox()}{common.folder()}#value#" },
can i use this code in datatable? i need make checkboks
template:"{common.checkbox()}"
this fine
Why not? You can use common.checkbox() for the datatable.
http://webix.com/snippet/b369f9a1
Although, using common.treecheckbox() is limited to tree and treetable only.