When the table is “blurred” by clicking on other elements on the screen (outside of the table area), what is the best way to keep the selected cell focused so that the blue borders around the selected cell remain visible? The default behaviour is for the divs comprising the borders of the selected cell to disappear by having their style attribute “display” property set to “none”.
My use case is that when a cell is selected, other UI components outside of the table are updated (and data relating to the selected cell is displayed and can be edited), so it would be helpful if the currently selected cell in the table could remain visibly focused.
It would be great if there was an “onTableBlur” hook that lets you customize behaviour, or a property on the handsontable, something like a boolean “keepSelectionOnBlur"