afterGetColHeader getting called even If I click some where outside of the grid

Tags: #<Tag:0x00007f136057c428> #<Tag:0x00007f136057c220>

afterGetColHeader getting called even If I click somewhere outside of the grid. Which is causing page to be hanged when user is trying to click on something(dropdown or checkboxes) out of the grid

Hi @nihalshetty48

I couldn’t replicate that issue. Here’s the demo I used https://stackblitz.com/edit/g9aoge?file=index.js. I was clicking on the empty space on the bottom and on the left.

I have found whats the issue is. When we have outsideClickDeselects as false (because we have a delete button outside the table we need to have it false) after render is getting called. which is taking too much of processing when I have many lines on the table.

How can I have the last selected row or cell and not render just because I am clicking outside

Thank you for sharing. I just replied to that message via email.