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