When showing the loading overlay (or any other overlay) by using the api call
gridOptions.api.showLoadingOverlay()
in ag-grid, the rows and all grid-functions (buttons, context-menu, etc.) below the overlay are still selectable/usable.
Is there any way that I can prevent that from happening? Are there any plans to change this behaviour in a future release?