I added these codes to my CSS.
SyntaxEditor Code Snippet
.EditableTable tr.Selected + tr.RowControlGroup .ControlActions { display: none }
Now, the yes/no pop-up no longer displays but I cannot shift to other record once I edited a single record.
So basically, the process stops once I selected a record.
My goal is to use the "Editable Table" minus the yes/no pop-up and do a one-time save (into Salesforce) of all the records that I updated in the "Editable Table".
Thank you!