select rows from diffrent pages

Questionsselect rows from diffrent pages
Shahid asked 7 years ago

I have been using 1.5.2 version. I need to select rows more than one pages in bulk edit.

3 Answers
Abu Ghufran answered 7 years ago

Currently selection on multiple pages for bulk edit is not supported.
You can increase number of rows per page OR set it to virtual scrolling (load on scroll) $opt["scroll'] = true;

shahid answered 7 years ago

Thanks. How can I do that?

Abu Ghufran answered 7 years ago

To increase rows per page:
$opt["rowNum"] = 200; // e.g. 200 rec per page.

or set
$opt["scroll'] = true;

then pass it to
$g->set_options($opt);

Your Answer

13 + 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?