hide/show footer rows

How can I dynamically hide or show footers? I tried setting the footer property in config value as true/false though js code but it didnt work.

Hello!
As a solution, you can try to decrease and increase a height of footer instead of hiding|showing the footer itself.
http://webix.com/snippet/c2c031de

Thanks for responding, but the solution didnt seem to work in my case. Is there any other way to achieve this?

Please, could you clarify the reason why it didn’t work in your case?

Another solution is to use:

dtable.config.footer = true;    //false to hide
dtable.refreshColumns();

Please, check the snippet: https://webix.com/snippet/23b9603c

Thanks for your response. We have done some UI customizations, some css change was restricting to hide the footer.