Set cell-border

Set cell-border

msouzarunnermsouzarunner Posts: 2Questions: 1Answers: 0

Hello everyone.

     I'm wondering how to set cell-border with jQuery in order to hide and show the edges.

Answers

  • allanallan Posts: 63,810Questions: 1Answers: 10,516 Site admin

    $().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

  • msouzarunnermsouzarunner Posts: 2Questions: 1Answers: 0

    Hi, Allan.

    I did this way and it worked. I thought maybe you had some parameter of datatable to it.

This discussion has been closed.