Set cell-border
Set cell-border
msouzarunner
Posts: 2Questions: 1Answers: 0
Hello everyone.
I'm wondering how to set cell-border with jQuery in order to hide and show the edges.
This discussion has been closed.
Answers
$().css('border', ...)
where you select the cell(s) you want to change. It would be better to do it in CSS rather than jQuery though.Allan
Hi, Allan.
I did this way and it worked. I thought maybe you had some parameter of datatable to it.