UITableRow

open class UITableRow

A row in an HTML table.

  • row

    The row that contains the table cells.

    Declaration

    Swift

    public let row: UIElement
  • The cells that contain the data for the table.

    Declaration

    Swift

    public var cells: [UITableCell]
  • Creates a row for an HTML table with cells containing data.`

    Declaration

    Swift

    public init(with data: [String])

    Parameters

    data

    The data that will conatined in the cells in the table row.