open fun getHtml(rowRangeLookup: RowRangeLookup, isStyled: Boolean = false, htmlOutputConfig: dynamic = null): String?
Get the HTML code of the table.
rowRangeLookup
- the selected range of rows
isStyled
- return styled output
htmlOutputConfig
- override output configuration
Return
the HTML code of the table