Can you please tell me how to manipulate (to add) border rows?
Can you please tell me how to manipulate (to add) border rows?
andras2
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
If you are using the default Datatables stying you can add
row-border
class to to thetable
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
Thanks Kevin, that helped.