Highlight row is not getting disappear after I click the next table row
问题 I need to create background as yellow while selecting the gear icon for the menu option in the table row, I have tried the below code for highlighting the table row, var view = Core.view.Menu.create({ model: model, menuContext: { ibmm: ibmm }, anchor: this.$(), highlight: this.$().parents('tr:first').css('background-color','yellow') }); view.show(); While selecting the menu from the table row (hidden) with the gear icon, the background color is coming well. [![enter image description here][1]