com.sksamuel.public.css.dataTables-footer-on-top.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqm4gwt-datatables Show documentation
Show all versions of jqm4gwt-datatables Show documentation
Plugin to jqm4gwt to use jQuery DataTables
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;
}