Add record count in records list

This commit is contained in:
Claudio Ortolina
2024-10-07 22:59:38 +01:00
parent 33f4cb11be
commit e404808c06
2 changed files with 6 additions and 1 deletions
@@ -18,6 +18,11 @@
</div>
</header>
<p class="text-right text-base max-sm:text-xs mt-8">
Showing <b><%= Enum.count(@streams.records) %></b>
of <b><%= @record_list_params.total_entries %></b>
records
</p>
<.table
id="records"
rows={@streams.records}