HtmlSections
HtmlSections =
object
Properties
header?
optionalheader:AttributeCallbackHandler<string>
(Optional) Benutzerdefiniertes HTML oberhalb der MultiTable
Example
header: (options) => "<div>Anzahl Zeilen: " + options.rows.length + "</div>"
footer?
optionalfooter:AttributeCallbackHandler<string>
(Optional) Benutzerdefiniertes HTML unterhalb der MultiTable
Example
footer: (options) => "<div>Anzahl Zeilen: " + options.rows.length + "</div>"