updateRow( )


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.

Table Row Numbering

Method Declaration
Copy
Method Parameters
indexnumberRequired

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.


rowDataRowDataRequired

A row data object of field_name:value pairs where the keys are the table columns.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?