Husniddin
Slow loading data in Table
Bro technically you can't show all in once
PHP doesn't allow you to do that
You can increase memory using php.ini
But It won't fix your problem at all if you want to show all in once
Better solution use paginations or lazyloading
In extrime cases you can get only special columns
27 replies