speed of grid load

Questionsspeed of grid load
Paul Hagerty asked 8 years ago

Hello

I know its a lot of records, but i have the grid looking at a 7,000 row table, 6 columns showing 1000 rows a time, and its very slow

Is there a way to speed up the phpgrid

(i need to show 1000 rows at a min 🙁

Thanks

1 Answers
Abu Ghufran answered 8 years ago

You can try virtual scrolling option.

$opt["rowNum"] = 50;
$opt["scroll"] = true;
$g->set_options($opt);

It will load next 50 records as you scroll down.

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?