footerRowHeight
Optional. Sets the height of rows in the footer
footerRowHeight?: number;
Default value: 40
Example
const treegrid = new dhx.TreeGrid("treegrid_container", {
columns: [
// columns config
],
footerRowHeight: 50
});
The height of the footer is calculated as a sum of all row heights in it.