Liooo / jquery-datatables-row-grouping

Automatically exported from code.google.com/p/jquery-datatables-row-grouping
0 stars 0 forks source link

add class to grouping row #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Standard behavior assigns an id to the grouping <tr> rows, but not a class. A 
class name would be helpful so the grouping rows can be styled.

True, the <td> has a class, but only the <tr> can take the page-break-before, 
page-break-inside, page-break-before CSS properties.

Thanks!

Original issue reported on code.google.com by grahampc...@gmail.com on 18 Jul 2011 at 7:38

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi, Sorry for the late response.
You have settign { bSetGroupingClassOnTR: true } that forces plugin to set the 
class on the TR instead of the TD. Is this what you need?

Original comment by vida.a...@gmail.com on 19 Aug 2011 at 9:46

GoogleCodeExporter commented 8 years ago

Original comment by joc...@gmail.com on 24 Sep 2011 at 6:26