can we use toggle view in editor in datatable.If possible then give some sample for this.
Yes, it is possible to use a toggle view for editing in the datatable.
You need to extend the datatable with Webix ActiveContent module that allows to embed any controls into the items of data management components.
webix.protoUI({
name:"activeTable"
},webix.ui.datatable ,webix.ActiveContent);
And specify toggle configuration within the activeContent
property of an activeTable
.
Check the snippet, please http://webix.com/snippet/f94f495a