kvision / pl.treksoft.kvision.tabulator / Tabulator / getHtml

getHtml

open fun getHtml(activeOnly: Boolean = false, isStyled: Boolean = false, htmlOutputConfig: dynamic = null): String?

Get the HTML code of the table.

Parameters

activeOnly - include only visible rows

isStyled - return styled output

htmlOutputConfig - override output configuration

Return
the HTML code of the table