Difference between revisions of "HTML Table Writer"

From PresenceWiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
The HTML Table Writer node outputs the current Presence Context data as an HTML table.
 
The HTML Table Writer node outputs the current Presence Context data as an HTML table.
 +
 +
For example, the following Data Table:
 +
 +
{| border="1" cellspacing="0" cellpadding="5" align="center"
 +
! AREA
 +
! ID
 +
! NAME
 +
|-
 +
| London
 +
| 1
 +
| Basil Prescott
 +
|-
 +
| Florida
 +
| 2
 +
| Roland "Mac" MacDonald
 +
|-
 +
|}
 +
 +
Would be rendered in HTML which will display as follows:
 +
 +
[[file:html_table_writer_output_1.png]]
 +
 +
=== Column Selection ===
 +
 +
As with the [[CSV Writer]] and [[Basic XML Writer]] Nodes, the HTML Table Writer allows you to select which columns are included in the output by selecting "Manually choose columns to include" in the editor dialog. This will present the following options pane:
 +
 +
[[file:table_writer_columns_1.png]]
 +
 +
Click on the checkboxes next to the Column Names to include them in the outputted HTML.
 +
 +
You can also include the order that columns are presented and the sort order of rows by clicking on the "Column Order" or "Row Order" tabs.
 +
  
  
 
See also: [[CSV Writer]] Node
 
See also: [[CSV Writer]] Node
 +
 +
----
 +
 +
== See Also ==
 +
 +
{{DataFormatters}}

Latest revision as of 13:57, 21 August 2015

HTML Table Writer

The HTML Table Writer node outputs the current Presence Context data as an HTML table.

For example, the following Data Table:

AREA ID NAME
London 1 Basil Prescott
Florida 2 Roland "Mac" MacDonald

Would be rendered in HTML which will display as follows:

Html table writer output 1.png

Column Selection

As with the CSV Writer and Basic XML Writer Nodes, the HTML Table Writer allows you to select which columns are included in the output by selecting "Manually choose columns to include" in the editor dialog. This will present the following options pane:

Table writer columns 1.png

Click on the checkboxes next to the Column Names to include them in the outputted HTML.

You can also include the order that columns are presented and the sort order of rows by clicking on the "Column Order" or "Row Order" tabs.


See also: CSV Writer Node


See Also

Task Elements > Data Format Nodes > HTML Table Writer

CSV Writer | HTML Table Writer | Basic XML Writer | XML Document Writer
XSLT Processor | Padded Text Writer | Custom Data Formatter Standard Option | Custom Data Formatter PDF Option
Custom Nodes


Task Elements | Resources