How to set the datatable footer content dynamically ?

Hi , is the footer of the datatable footer be possible to set it’s content dynamically ?

table.getColumnConfig(column_id).footer[0].text = "New value"
table.refreshColumns();

http://webix.com/snippet/98e41281

thanks. it works.