Hi,
Currently, when a user clicks on a cell, we are highlighting the whole row by adding a hook for afterSelectionEnd.
outsideClickDeselect is set to false, as we always want the last selected row to be highlighted.
However, when an outside click is detected, it removes all of the rows highlight apart from the one cell that was originally clicked.
How can i prevent this?
afterDeselect is not firing because outsideClickDeselect is set to false so im not sure which hook is being fired when an outside click is detected?
Thanks