You can control the autoheight of the header/footer separately with the help of the headerAutoHeight and footerAutoHeight configuration options of Grid. For example, you can disable autoheight of the header and the footer, while it is enabled for the whole Grid:
const grid = new dhx.Grid("grid_container", {
columns: [
// columns config
],
data: dataset,
autoHeight: true, // enable autoHeight in the data (content)
headerAutoHeight: false, // disable autoHeight in the header
footerAutoHeight: false, // disable autoHeight in the footer
});
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4