Add pandas dependency, enhance inventory summary visualization, and update table rendering

This commit is contained in:
Yaro Kasear 2025-06-16 15:45:54 -05:00
parent 7673b4e1b6
commit 25e67cce28
6 changed files with 86 additions and 6 deletions

View file

@ -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>