DataTable

constructor(headers: List<String>, rows: List<List<String>>, caption: String? = null)(source)

Parameters

headers

column header labels

rows

table body rows; each inner list must have the same length as headers

caption

optional table caption