for (var index in columns) {
        if (columns[index].id == value) {
          self.groupBy(columns[index]);
          return;
        }