Batch Select tick box, to tick all not just visable rows

QuestionsBatch Select tick box, to tick all not just visable rows
Paul Hagerty asked 8 years ago

Hello

I have everything working but this little part

When my user, clicks on the top column of a tickboxs, it selects all visible rows, then i have a function which gets the selected rows. (which works great)

However it only selects visible records

(say they are 200 records), but the page only shows 30 at a time

is there any way, it can select all in the filtered list, not just visible

thanks

1 Answers
Abu Ghufran answered 8 years ago

Hi,

You must increase rows per page to select all.

$opt["rowNum"] = 200;
$g->set_options($opt);

Currently there is no such option other than this.

Your Answer

5 + 13 =

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?