pagination giving error(without any text) while select "All" on pagination dropdown for large data(>39000 rows)

Questionspagination giving error(without any text) while select "All" on pagination dropdown for large data(>39000 rows)
Saurabh Arora asked 2 years ago

pagination giving error(without any text) while select “All” on pagination dropdown for large data(>39000 rows) while it’s working for less than 39000(< 39000)

1 Answers
Abu Ghufran Staff answered 2 years ago

Hello,

However, showing 39000 in plain html table will also slow down rendering in browser. It’s recommended to use auto load on scroll option. You can limit page size to something like 100 and enable lazy loading.

https://www.gridphp.com/docs/grid-options/#lazy-loading-of-pages

It could be due to server memory limit exceeded. You need to check php error log for that OR try increasing it and recheck.

 

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

2 + 7 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?