DataTable: Remove all horizontal borders
问题 How do I remove all the horizontal borders to just the even/odd shading? https://datatables.net/examples/styling/stripe.html This doesn't work. table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { border: none; } I would also like to remove the top and bottom black borders. This doesn't seem to have any effect. table.dataTable thead th { border-bottom: 0; border-style: none; } table.dataTable tfoot th {