Add class to row with HTML Table Class |
Hi,
I see in the documentation that you can add class to cell items like this: Code: $cell = ['data' => 'Blue', 'class' => 'highlight', 'colspan' => 2]; But can you add class to entire row? or is not possible? Something like this: Code: $row = ['data' => [123,567,789], 'class' => 'row-class']; |
Messages In This Thread |
Add class to row with HTML Table Class - by AngelRodriguez - 08-28-2020, 08:52 AM
RE: Add class to row with HTML Table Class - by InsiteFX - 08-28-2020, 10:41 AM
RE: Add class to row with HTML Table Class - by AngelRodriguez - 08-28-2020, 12:01 PM
|