get lastRow() {
    if (this.rows.length) {
      return this.rows[this.rows.length - 1]
    } else {
      return null