open fun getHtml(activeOnly: Boolean = false, isStyled: Boolean = false, htmlOutputConfig: dynamic = null): String?
Get the HTML code of the table.
activeOnly
- include only visible rows
isStyled
- return styled output
htmlOutputConfig
- override output configuration
Return
the HTML code of the table