instance-method
flagrate.Grid#splice
flagrate.Grid#splice(index[, howMany[, row]]) → Array
index
(Number
) – Index at which to start changing the flagrate.Grid#rows.howMany
(Number
) – An integer indicating the number of old flagrate.Grid#rows to remove.row
(Object
|Array
) – The row(s) to add to the flagrate.Grid#rows.
Changes the content of a rows, adding new row(s) while removing old rows.