Only available in Corda® 7 Enterprise.
Corda Server™ can automatically generate an HTML data table below the associated graph or map, which displays the exact same data as the graph or map. The table can also include an extra column and/or row for data summation.
This section discusses the following topics:
Add an HTML data table to a graph or map with the addHTMLTable Corda Embedder method, which accepts up to two parameters:
The name of the graph or map for which you want to display data
A data table title
For example:
myImage.addHTMLTable("graph","Car Rental Data");
myImage.addHTMLTable("AU","Australia Statistics");
Customize the HTML data table style for an Image Template file in Corda Builder™. For more information, see Descriptive Text in the Corda Builder User Guide.
For information about customizing the way data is translated into an HTML table by modifying the tables.xml file, see Table.xml.