Hello,
I am trying to add custom classes to certain rows and group them together based on the value in column in “Job Number”
If multiple rows have a “Job Number” equal to each other, than all rows with that job number are grouped together. I have made a static mock up of the data being “grouped” together (but just by making a static JSON structure).
Here are some screenshots of the data…https://imgur.com/a/0HmCwTu
I would like to add a custom class to add to them as well like “job_group” so that I can add padding or an additional blank row between each job group.
Is something like this possible?