DHTMLX Docs & Samples Explorer

setInitWidthsP(wp)

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

set width of columns in percents

  • wp - list of column width in percents. Sum of the column widths must be equal to 100.
    mygrid.setInitWidthsP("50,40,10");

See also: setInitWidths