Back to Postgresml

Template

pgml-dashboard/src/components/tables/small/table/template.html

2.10.0224 B
Original Source

| <% for header in headers { %> <%= header %> | <% } %> | --- | <% for row in rows { %> <%+ row %> <% } %> <% if !footers.is_empty() {%> | <% for footer in footers { %> <%+ footer %> | <% } %> <% } %>