if (angular.columns) {
    let numColumns = parseInt(angular.columns, 10);
    if (isNaN(numColumns) || numColumns < 1) {
      numColumns = 8;
    }