DHTMLX Docs & Samples Explorer

setNoHeader(fl)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

create grid with no header. Call before initialization, but after setHeader. setHeader have to be called in any way as it defines number of columns

  • fl - true to use no header in the grid
   mygrid.setNoHeader(true);

See also: setHeader