using DataTables it is now possible to sort by columns, paginate and search for individual entries.
14 lines
203 B
CSS
14 lines
203 B
CSS
table.fixedHeader-floating {
|
|
border-bottom-width: 0 !important;
|
|
}
|
|
|
|
table.fixedHeader-locked {
|
|
position: absolute !important;
|
|
}
|
|
|
|
@media print {
|
|
table.fixedHeader-floating {
|
|
display: none;
|
|
}
|
|
}
|