Sum values of selected rows
Sum values of selected rows
Hi,
I would like to sum the values of one column of the selected rows. The sum should be added in brackets in language.select.rows . How can I do this in the most efficient way?
Otherwise I would do this manually with jQuery and find the element by the find() method...
Answers
You can't in
language.select.rows
, as that only accepts strings or an array, not a function - but you can do something like this where the string is over-written,Colin