All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.public.css.dataTables-footer-on-top.css Maven / Gradle / Ivy

The newest version!
table.dataTable.footerOnTop tfoot {
  display: table-header-group;
}
table.dataTable.footerOnTop tfoot th {
  border-top-width: 0;
}
table.dataTable.footerOnTop thead th {
  border-bottom-width: 0;
}
table.dataTable.footerOnTop, table.dataTable.footerOnTop tfoot th {
  border-bottom-color: rgb(17, 17, 17);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy