Tr

constructor(vararg children: TableCellInterface)
constructor(attributes: Attributes, vararg children: TableCellInterface)
constructor(attributes: Attributes, classes: ClassesInterface, vararg children: TableCellInterface)
constructor(classes: ClassesInterface, vararg children: TableCellInterface)
constructor(classes: ClassesInterface, children: List<TableCellInterface>)
constructor(attributes: Attributes, classes: ClassesInterface, children: List<TableCellInterface>)