freezeRow

fixes a row at the top of the datatable at runtime

void freezeRow(number|string id,boolean state);
idnumber|stringoptional, the row id
statebooleanoptional, true - to move a row to the "frozen" block, false - to unfreeze a row

Available only in PRO Edition

Example

$$("grid").freezeRow(id, true);

Details

Note that if you don't pass any parameters to the method, all frozen rows will be unfrozen. The method is inapplicable if called for Datatable (or any successor) with Pager.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix best ui framework and page of javascript excel library product.