Border
Border
Andreas S.
Posts: 208Questions: 74Answers: 4
I have two tables that I am merging into one. However, I need a visual distinction between the two tables. Such as a thick border. At the moment I have no idea how to do it. There is also a screenshot of the table. between #4 and 1 I would need a separator mark. How could I solve this?
Andreas
This question has an accepted answers - jump to answer
Answers
How do you know programmatically which row is the last row of one table or the first row of the next? Will sorting affect this?
I would look at using
createdRow
orrowCallback
to add a class to thetr
that highlights the desired row.Kevin