Hide cell borders.
Hide cell borders.
classic12
Posts: 228Questions: 60Answers: 4
in DataTables
I see the docs here:
https://datatables.net/manual/styling/classes#Table-classes
but I am not understanding how to hide the cell borders.
Cheers
Steve Warby
This discussion has been closed.
Answers
It should just be a case of not using the
cell-border
class in your DataTable.This example doesn't use
cell-border
and it doesn't show cell borders - just row borders, which it gets from thedisplay
class.Allan