{hero}

table().footer.structure()

Since: DataTables 2.0

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:

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.