Good day,
I’ve been trying to add an extra column to the GridSuggest with a button click. But i get an error [ Cannot read property ‘push’ of undefined ].
here is the Snippet : http://webix.com/snippet/a6046441
I have tried to do the same with as in Adding/Deleting Columns Dynamically , but i get an ‘refresh.Columns is not a function’ Error.
Snippet : http://webix.com/snippet/ddc9ab2e
Or is it possible to rewrite the whole ‘columns’ and ‘data’ with define?
I know that after the define you have to call the ‘.refresh()’ , but there is no refresh in gridsuggest.
Snippet : http://webix.com/snippet/13072f05
What am i doing wrong ? Thank you in advance.