Whenever we had too many items to be rendered on the table, the UI was lagging and we had to wait a little bit in order for the data to show. We were getting the data faster than we could display it. We need to implement some sort of window logic or virtualization to be able to show everything smoothly.