Karuna, There is no limit on the number of rows or columns of a datatable, other than what fits in memory. If the cause is a memory limitation, the best thing to do is probably use pagination, fetching a smaller number or rows from the server. See https://developers.google.com/chart/interactive/docs/examples#tablequerywrapper
Can you give us a link to a page showing the problem you are seeing? On Tue, Jul 7, 2015 at 10:48 AM, Karuna Karan <[email protected]> wrote: > Hi, > > > I am using google datatable to show the reports in the table format. > > I am able to get the response and display the data in table, but sometimes > when the number of records are high it crashes and displays the error > message (screenshot attached). > > I saw that upto 107, 000 (one hundred seven thousand records) the page is > responding. i see the page crashes when the count is around 150, 000. > > I am displaying the data table in a single page and there is no pagination > > Can anyone please let us know is there any limitation on the google > datatable or else adding the pagination can resolve this issue. > > Thanks, > Karunakaran A > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
