public static interface HtmlTableBuilder.ColumnStep
| Modifier and Type | Method and Description |
|---|---|
HtmlTableBuilder.BuildStep |
auto(DatatablesCriterias criteria)
Automatically builds the instance using all
ColumnDef present
in the passed criteria. |
HtmlTableBuilder.FirstContentStep |
column()
Starts the definition of a new column in the exported file.
|
HtmlTableBuilder.FirstContentStep column()
Starts the definition of a new column in the exported file.
HtmlTableBuilder.BuildStep auto(DatatablesCriterias criteria)
Automatically builds the instance using all ColumnDef present
in the passed criteria.
All columns will be rendered as-is, i.e. with no formatting. All titles will be computed from the capitalized property used to extract value from the collection.
If you need a more fine-grained rendering, use the
HtmlTableBuilder.FirstContentStep.fillFromCriteria(DatatablesCriterias) or
HtmlTableBuilder.FirstContentStep.fillFromCriteria(DatatablesCriterias, String)
instead.
criteria - All criteria sent by DataTable.Copyright © 2013–2015 Dandelion Project. All rights reserved.