In a Perspective Table that displays alarms from a conveying system, I am looking to add a functionality that allows users to input notes directly into each row, such as "Emergency stop pressed by accident." These notes should be stored alongside the existing data in MySQL.
Specifically, I need assistance on enabling row editing for user comments and scripting the process to write these entries to the database.