Hello


You could assign a "display:none" style to the row that should disappear:
yourDMPTable.onChangingValues = function(domNode,itemUpdate) {
if (itemUpdate.getFormattedValue("key") ==...