Zum Hauptinhalt springen

HtmlSections

HtmlSections = object

Properties

optional header: AttributeCallbackHandler<string>

(Optional) Benutzerdefiniertes HTML oberhalb der MultiTable

Example

header: (options) => "<div>Anzahl Zeilen: " + options.rows.length + "</div>"

optional footer: AttributeCallbackHandler<string>

(Optional) Benutzerdefiniertes HTML unterhalb der MultiTable

Example

footer: (options) => "<div>Anzahl Zeilen: " + options.rows.length + "</div>"