table().footer.structure()
Get a Javascript representation of the table footer structure.
Description
This method provides the ability to get a Javascript native representation of the HTML structure of the table's footer. It allows for complex footer (i.e. cells with colspan
and rowspan
attributes) and multi-row footer.
Please see the documentation for table().header.structure()
for a full description of the data structure this method returns. The is exactly the same, just for the table's footer.
Type
table().footer.structure( [ columns ] )
Get the structure of the table footer
Parameters:
Name | Type | Optional | |
---|---|---|---|
1 | columns | Yes | |
Select which columns to get the footer cells for. By default all columns in the table (regardless of visibility) will be retrieved. |
Returns:
array
An array of arrays containing objects and null values that describe the footer structure.
Related
The following options are directly related and may also be useful in your application development.