Issue
This question is pretty straight forward. I am in a position where I am creating a table with 50,000 rows and 10 columns and it is throwing the following error…
I know that this is a non-AG-Grid appearing error, but I need to know for peace of mind whether or not there is a maximum number of rows AG-Grid will display in a table.
The error is showing in a QA environment, but works fine locally. Angular is in use as well.
Solution
You can try different data size on the ag-grid site. https://www.ag-grid.com/example.php
It allows you to try various data size up all the way up to 100,000 row and 22 columns.
Answered By – Anthony C
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0