Can you please tell me how to manipulate (to add) border rows?

Can you please tell me how to manipulate (to add) border rows?

andras2andras2 Posts: 31Questions: 12Answers: 0

Hi there,

I would like to customize my table with simple row lines. I have found min.CSS in the examples, but my css file already customized, no idea what to change.

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,343Questions: 26Answers: 4,954
    Answer ✓

    If you are using the default Datatables stying you can add row-border class to to the table tag. See the Styling docs for details. If you are using a styling framework like Bootstrap then refer to that framework's documentation for applying table styles.

    Kevin

  • andras2andras2 Posts: 31Questions: 12Answers: 0

    Thanks Kevin, that helped.

Sign In or Register to comment.