freezeColumns

fixes the specified amount of columns at runtime, starting from one on the rear left side

void freezeColumns(number columns);
columnsnumberthe amount of columns to freeze, starting from 0 (zero)

Example

$$("ssheet").freezeColumns(2);

Details

If the parameter isn't passed, the method unfreezes the frozen columns, if there are any.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of web based spreadsheet product.