Pivot - Remove Footer

Hi,
How to remove footer after redefinition ?
grid.define(‘totalColumn’, false);
grid.define(‘footer’, false);

Hi,

Footer cannot be removed dynamically, but as a solution, you can increase/decrease its height:

http://webix.com/snippet/571da471

Thanks