getRowWidth()

in src/app/main/main.component.ts [557:559]


  getRowWidth() {
    return (this.columns.length * 100) + 'px';
  }