Make panel headers static when scrolling panel content
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
});
|
||||
|
||||
</script>
|
||||
<div id="table-container" class="table-container" style="display:none;">
|
||||
<div id="table-container" style="display:none;">
|
||||
<table {% render_attrs table.attrs class="table drilldown-results-table is-fullwidth" %}>
|
||||
{% block table.thead %}
|
||||
{% if table.show_header %}
|
||||
|
||||
Reference in New Issue
Block a user