freezeRows

fixes the specified amount of rows at runtime, starting from the first one

void freezeRows(number rows);
rowsnumberthe amount of rows to freeze, starting from 0 (zero)

Example

$$("ssheet").freezeRows(3);

Details

If the parameter isn't passed, the method unfreezes the frozen rows, 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 lightweight js framework and page of web based spreadsheet product.