Compact grid after opening drilldown
This commit is contained in:
@@ -26,5 +26,6 @@
|
|||||||
var grid = document.getElementById("grid-stack-main").gridstack;
|
var grid = document.getElementById("grid-stack-main").gridstack;
|
||||||
grid.addWidget(contents.innerHTML);
|
grid.addWidget(contents.innerHTML);
|
||||||
contents.outerHTML = "";
|
contents.outerHTML = "";
|
||||||
|
grid.compact();
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
Reference in New Issue
Block a user