Note: this plugin accepts Intermediate data types and produces text/html
Renders structured data as a Table in HTML. The input should be a List or Map. If the List contains Maps, the first item’s keys will be the table headers.
See: - Sanitized Html Output.
These are Intermediate data types, such as Java Collection types. These types are produced by other plugins, see Related Plugins.
application/x-java-map-list
+ List<Map>
application/x-java-col-list
+ List
application/x-java-map
+ Map
Key
and Value
headers, where each map entry is a row. Recursively renders values that are List or Map type.application/x-java-list
+ List
application/x-java-map-or-list
+ Map
or List
text/html
- String
These metadata values can be set in the Log metadata with a prefix of content-meta:
:
css-class
- CSS class to use for Tabletable-title
- Title to use for Table