Sets a value specifying whether the table row is part of the table's header.

<void> TableRow.setIsHeader(<boolean> isHeader, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
isHeader Specifies whether the table row is part of the table's header.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.