Check documentation for the latest version of dhtmlxSuite attachGrid DHTMLX Docs

attachGrid

attaches dhtmlxGrid to a tab

dhtmlXGridObject attachGrid( [object config] );
configobjectoptional, an object with the Grid configuration
dhtmlXGridObjectdhtmlXGridObject instance

Example

var myGrid = myTabbar.tabs(id).attachGrid();

Back to top