HtmlSections
HtmlSections =
object
Properties
header?
optionalheader:AttributeCallbackHandler<string>
(Optional) Custom HTML above the MultiTable.
Example
header: (options) => "<div>Row count: " + options.rows.length + "</div>"
footer?
optionalfooter:AttributeCallbackHandler<string>
(Optional) Custom HTML below the MultiTable.
Example
footer: (options) => "<div>Row count: " + options.rows.length + "</div>"