createNoteInputRow(rowModel) {
        const inputRow = document.createElement("tr");
        inputRow.id = "input-row";
        this.populateNoteInputRow(inputRow, rowModel);
        return inputRow;