Include rowcount in group header ?

Include rowcount in group header ?

crush123crush123 Posts: 417Questions: 126Answers: 18
edited October 2011 in General
I have been trying to show the number of rows per group in the group header.

Using the code in the rowgrouping example, I'm guessing I need to append a value to the line

[code]
nCell.innerHTML = sGroup + ' (' + rowCount +' records)';
[/code]

where rowcount is the number of rows per group. but all I have managed to do is get the total rowcount for the table

Replies

  • iecwebmastiecwebmast Posts: 66Questions: 9Answers: 1
    I would also really like to add the rowcount in the group header. :)
    Can anyone help with this?? :)
    Thank you in advance for your help.
    iecwebmast
This discussion has been closed.