Sets a value specifying whether the table row is part of the table's header.
<void> TableRow.setIsHeader(<boolean> isHeader, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
is |
Specifies whether the table row is part of the table's header. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |