Check documentation for the latest version of dhtmlxSuite attachDataView DHTMLX Docs

attachDataView

attaches dhtmlxDataView to a cell

dhtmlXDataView attachDataView(object conf);
confobjectdataview conf (please, check DataView docs for details)
dhtmlXDataViewdhtmlXDataView instance

Example

var myDataView = dhxComponent.cells(id).attachDataView({...});

Back to top