Border

Border

Andreas S.Andreas S. Posts: 207Questions: 73Answers: 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

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736
    edited October 2021 Answer ✓

    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 or rowCallback to add a class to the tr that highlights the desired row.

    Kevin

Sign In or Register to comment.