mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
Fixed datatable height
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
?>
|
||||
|
||||
<div class="d-flex mt-2">
|
||||
<form class="form">
|
||||
<form class="form confirmationform">
|
||||
<div class="row mb-2">
|
||||
<label class="col-md-1 w-auto" for="confirmationtype"><?= __("Confirmation type") ?></label>
|
||||
<div class="col-sm-4 w-auto">
|
||||
|
||||
@@ -20,7 +20,7 @@ function getConfirmations() {
|
||||
$('#searchresult').append(html);
|
||||
$(".confirmationtable").DataTable({
|
||||
responsive: false,
|
||||
scrollY: "400px",
|
||||
scrollY: window.innerHeight - $('.confirmationform').innerHeight() - 250,
|
||||
scrollCollapse: true,
|
||||
paging: false,
|
||||
scrollX: true,
|
||||
|
||||
Reference in New Issue
Block a user