Bulk edit all records in filter range without multiple checkbox select

QuestionsBulk edit all records in filter range without multiple checkbox select
Paul asked 2 years ago

How to use the bulk edit without checkbox selection? i to be able to bulk edit all records in the filter range, it can be several hundred sometimes

Thanks

1 Answers
Abu Ghufran Staff answered 2 years ago

Currently bulk edit works with selection. It need to pass selected row ids to backend to perform the operation.

You can have an option to have large records per page using, e.g. 500:

$opt["rowList"] = array(10,20,30,500,'All');

And use check-all checkbox then do bulk edit.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Abu Ghufran Staff replied 2 years ago

PS: 500 should not be in quotes.

Your Answer

17 + 1 =

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?