Check documentation for the latest version of dhtmlxSuite attachDataView DHTMLX Docs

attachDataView

attaches dhtmlxDataView to a tab

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

Example

var myDataView = myTabbar.tabs(id).attachDataView({...});

Back to top