Hide cell borders.
Hide cell borders.
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-borderclass in your DataTable.This example doesn't use
cell-borderand it doesn't show cell borders - just row borders, which it gets from thedisplayclass.Allan