Custom values on footer

After I have done some calcs(using jscript), I want put the result into footer of my data/tree table. I have exaustively tried “custom header and footer” but unsucessfully. Thanks for any help please.

Can you please provide a snippet of your code?

Basically, all should work smoothly:

http://webix.com/snippet/354a35bb

To change the footer, you can use also

grida.config.columns[index].footer = "Any value";               
grida.refreshColumns();

Thanks …refreshColumns() came in rescue. :slight_smile: