Indicates whether the column is resizable.
var value = obj.getColumnResizable();
obj.setColumnResizable(value);
obj.onColumnResizableChanging = function(value){...};
obj.onColumnResizableChanged = function(value){...};
obj.onColumnResizableError = function(value){...};
obj.setColumnResizable(false, 0); // first column not resizable