Add pandas dependency, enhance inventory summary visualization, and update table rendering
This commit is contained in:
parent
7673b4e1b6
commit
25e67cce28
6 changed files with 86 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
|||
{% if rows %}
|
||||
<div class="table-responsive">
|
||||
<table
|
||||
id="datatable-{{ title|default('table')|replace(' ', '-')|lower }}"
|
||||
class="table table-bordered table-sm table-hover table-striped table-light m-0{% if title %} caption-top{% endif %}">
|
||||
{% if title %}
|
||||
<caption>{{ title }}</caption>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue