TableRowNode
data class TableRowNode(val cells: List<TableCellNode>, val background: PdfColor? = null, val minHeight: Dp? = null)
One physical row of a TableNode. The number of cells should match the number of TableNode.columns; if a row has fewer cells the trailing columns render as empty, and extra cells are ignored.