2014-06-05 6 views

Antwort

1

Ich habe es endlich herausgefunden. Ich konnte eine sample that included the proper code finden.

Relevante Abschnitt:

var columns = webix.toArray(grid.config.columns); 
columns.removeAt(2); 
grid.refreshColumns();