Skip to main content

footerRowHeight

Optional. Sets the height of rows in the footer

footerRowHeight?: number;

Default value: 40

Example

const grid = new dhx.Grid("grid_container", {
columns: [
// columns config
],
footerRowHeight: 50
});

The height of the footer is calculated as a sum of all row heights in it.