pagination without reload while keeping filters applied (#521)
This commit is contained in:
@@ -222,3 +222,15 @@ div.dataTables_scrollHead table.table-bordered {
|
||||
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
|
||||
background-color: #017ebc;
|
||||
}
|
||||
|
||||
/*
|
||||
Make sure that the action buttons do not line-break if another column takes all available space
|
||||
See https://github.com/twbs/bootstrap/issues/9939#issuecomment-37682952
|
||||
*/
|
||||
table.dataTable {
|
||||
td {
|
||||
.btn-group {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user