Updates the row data of a single row at the specified index.
The updateRow()
function updates the row data of a single row at the specified index.
The number of the row to update.
The rows in a table are zero-based and don't include the table header. The index of the first row is 0
.
A row data object of field_name:value pairs where the keys are the table columns.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.