DataTable Row limit ISSUE. Getting error if DataTable has >=5424 Rows
DataTable Row limit ISSUE. Getting error if DataTable has >=5424 Rows
shivanag
Posts: 7Questions: 2Answers: 0
Hi,
Im using this data table in my MVC application. My DB has huge number of records like 1 lakh above, But this datatable accepting only 5423 Rows.
If i pass >=5424 Rows to that data table, Im getting below error. I searched a lot but couldn't find the solution for this.
http://s18.postimg.org/mylkb9edl/12_1_2014_10_21_10_PM.jpg
Please Help.
Thanks,
Shivanag.
This discussion has been closed.
Replies
Did you go to http://datatables.net/tn/7 and follow the instructions as the error message said? If so, what were the results?
Also, please follow the forum rules and link to a page showing the problem.
Allan
Ok i got the issue. It is the problem with JSON data limit. Now i increased it to maxsize.
Thanks.