insertRow of ui.spreadsheet, Methods Webix Docs
inserts an empty row above the specified one
void insertRow(number|array rowId);
rowId
Example
$$("ssheet").insertRow(5);
Details
If the row ID isn't specified, a new row will be inserted above the selected one. The method can accept an array of ids as a parameter:
$$("ssheet").insertRow([5, 7]) // inserts rows 5, 6, 7
See also
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 javascript ui library and page of web spreadsheet product.