Search.../

selectRow( )

Selects a table row by index.

Description

The selectRow() function selects a row. A site visitor can see the row is selected in their view of the site.

Table Row Numbering

Authorization

Request

This endpoint does not take any parameters

Status/Error Codes

Was this helpful?

Select the table's first row

Copy Code
1$w("#myTable").selectRow(0);