Hi!
I have a table with 10.000 records. I want to show ALL records, without paging. My code:
$grid ["rowNum"] = 10000;
$grid["rowList"] = array();
$grid["pgbuttons"] = false;
$grid["pgtext"] = null;
Grid show "loading" and after some time crash my browser. Is there any record limit for phpgrid?
Thanks!!
1 Answers
Your Answer