on APM we’re lazy loading part of the data that we show on a EuiBasicTable . The problem is that I cannot click on anything while `isLoading = true.` https://user-images.githubusercontent.com/55978943/128909658-b9ac5f6d-a1d6-452f-b820-85dc6d44b1af.mov Expected behavior: The table would allow the user to click on any link in the table even when the loading spinner is running.
on APM we’re lazy loading part of the data that we show on a EuiBasicTable . The problem is that I cannot click on anything while
isLoading = true.lazy.loading.mov
Expected behavior:
The table would allow the user to click on any link in the table even when the loading spinner is running.