Data Object
Type: Object
The data object which will be passed to strategies.
Arguments
header
Row Nodes (Required)
Type: Array<Node>
The header row nodes or an empty array
body
Row Nodes (Required)
Type: Array<Node>
The body row nodes or an empty array
footer
Row Nodes (Required)
Type: Array<Node>
The footer row nodes or an empty array
all
Row Nodes (Required)
Type: Array<Node>
A concatenation of all rows
header
Container Node (Required)
Type: Node | NULL
The header container node or null
body
Container Node (Required)
Type: Node | NULL
The body container node or null
footer
Container Node (Required)
Type: Node | NULL
The footer container node or null
column
Specification Nodes (Required)
Type: Array<Node>
The column specification nodes or an empty array
table
Specification (Required)
Type: Object | NULL
The table specification or null
column
Specifications (Required)
Type: Array<Object>
The column specifications or an empty array
row
Specifications (Required)
Type: Array<Object>
The row specification or an empty array
table
Node (Required)
Type: Node
The table node
table
Height (Required)
Type: Number
The table height or -1
table
Width (Required)
Type: Number
The table width or -1
heade
Row Count (Required)
Type: Number
The header row count
last
Header Row Index (Required)
Type: Number
The last header row index