public class DatatableConfigGenerator extends AbstractConfigGenerator
Generator for the Datatables configuration.
Constructor and Description |
---|
DatatableConfigGenerator() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
generateConfig(HtmlTable table)
Generates the configuration If no custom config is specified with table
attributes, DataTables will internally use default one.
|
public Map<String,Object> generateConfig(HtmlTable table)
Generates the configuration If no custom config is specified with table attributes, DataTables will internally use default one.
generateConfig
in class AbstractConfigGenerator
table
- The POJO containing the HTML table.Copyright © 2013–2015 Dandelion Project. All rights reserved.