Zum Hauptinhalt springen

HtmlSections

HtmlSections = object

Properties

optional header: AttributeCallbackHandler<string>

(Optional) Custom HTML above the MultiTable.

Example

header: (options) => "<div>Row count: " + options.rows.length + "</div>"

optional footer: AttributeCallbackHandler<string>

(Optional) Custom HTML below the MultiTable.

Example

footer: (options) => "<div>Row count: " + options.rows.length + "</div>"