I'm using Datatables to create a grouped by data grid. I was able to group my table using my first column.
I want to accomplish getting the count on each grouped row and writing out the count on my grouped row, how would I go about doing that?
If you see the link below, they have the shaded grouped row. I would like the count to appear right after the text of the grouped text.
http://www.datatables.net/examples/advanced_init/row_grouping.html
Thank you.