Footer

Hello Webix Team!
Would it be possible to add footerRowHeight ?
Thanks!

Hello @Thinmints ,
The headerRowHeight property also changes height for footer: Code Snippet
Also you can set height directly in the footer of the column - all other cells in the row will be adjusted:

{ id:"title",
footer:[
{ height:20, text:"20px footer", colspan:3 },
{ height:40, text:"40px footer", colspan:3 },
{ height:80, text:"80px footer", colspan:3 }
],
fillspace:true },

Please check the next snippet:
https://snippet.webix.com/jqjnulc5