addRow()

in src/dashboard.ts [117:119]


    addRow(row: Row) {
        this.rows.push(row);
    }