huge data without paginaton

Questionshuge data without paginaton
Helmut Katz asked 11 years ago

Hi,
is there a possibility to display huge datatables on one page wich will reload data on demand when i scroll down or go to an specific scrollpos. in this case it should load data from this pos with a +/- range. record couter must show all data available and also scroller range settings must be set to the range of the whole data

cheers
Helmut Katz

1 Answers
Abu Ghufran answered 11 years ago

Hello,

For virtual / on-demand loading of data, all you need is to set scroll property.

$opt["scroll"] = true;

$g->set_options($opt);

Creates dynamic scrolling grids. When enabled, the pager elements are disabled and we can use the vertical scrollbar to load data. useful for big datasets

Your Answer

2 + 16 =

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?