example footer-row.php

Questionsexample footer-row.php
Oliver asked 9 years ago

Hello,

the demo lacks the function of calculating when the checkbox on the upper left – to check all rows – is checked. To see what I mean, check one or two rows and then check ALL rows by clicking the checkbox to check all checkboxes – just underneath "Footer Row" and always watch the footer row "Total"; the one in the middle. I was unable to find the corresponding js_on_select_(checkall|grid). Is there a list somewhere to search for the possible options?

Thx
Oliver

1 Answers
Oliver answered 9 years ago

Hello,

Abu send me this answer:
In demos/appearence/footer-row.php, to invoke selectAll event, you can use:

$opt["onSelectAll"] = "function(id,status){ grid_onselect(); }";
$g->set_options($opt);

This will update the footer summary according to selected rows.

Your Answer

16 + 0 =

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?