mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Fix stock entries page dropdown menu overflow (references #1129)
This commit is contained in:
parent
4b342dbd43
commit
7bf973dd32
@ -6,6 +6,9 @@
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
$('#stockentries-table tbody').removeClass("d-none");
|
$('#stockentries-table tbody').removeClass("d-none");
|
||||||
|
stockEntriesTable.columns.adjust().draw();
|
||||||
|
$('.dataTables_scrollBody').addClass("dragscroll");
|
||||||
|
dragscroll.reset();
|
||||||
|
|
||||||
$.fn.dataTable.ext.search.push(function(settings, data, dataIndex)
|
$.fn.dataTable.ext.search.push(function(settings, data, dataIndex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user