public class TableRenderer
extends java.lang.Object
Table to HTML| Constructor | Description |
|---|---|
TableRenderer(Table table,
MarkupSyntax output) |
Creates a new table renderer for the given table model
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getRenderedTable() |
Renders the table to HTML
|
public TableRenderer(Table table, MarkupSyntax output)
table - the table to render