Fix grafici (paginazione)

This commit is contained in:
Samuele E. Locatelli
2025-12-01 11:50:15 +01:00
parent f53c9e35f6
commit a7a8de1b99
3 changed files with 11 additions and 8 deletions
@@ -1,5 +1,5 @@
<div class="card shadow mb-0">
<div class="card shadow shadow-lg mb-0">
<div class="card-header">
<div class="d-flex justify-content-between">
<div class="p-0 d-flex">
@@ -191,11 +191,14 @@
}
</tbody>
<tfoot>
<tr class="bg-dark bg-gradient text-light">
<td colspan="19" class="text-end small py-0">
<EgwCoreLib.Razor.DataPager PageSize="@numRecord" currPage="@currPage" numRecordChanged="SetNumRec" numPageChanged="SetPage" totalCount="@totalCount" showLoading="@isLoading" PageSizeList="@PageSizeDispl"></EgwCoreLib.Razor.DataPager>
</td>
</tr>
@if (numRecord < totalCount)
{
<tr class="bg-dark bg-gradient text-light">
<td colspan="19" class="text-end small py-0">
<EgwCoreLib.Razor.DataPager PageSize="@numRecord" currPage="@currPage" numRecordChanged="SetNumRec" numPageChanged="SetPage" totalCount="@totalCount" showLoading="@isLoading" PageSizeList="@PageSizeDispl"></EgwCoreLib.Razor.DataPager>
</td>
</tr>
}
</tfoot>
</table>
</div>
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="page">
<main>
<article class="content px-2 py-1">
<article class="content px-2 py-1 bg-secondary bg-opacity-75 bg-gradient vh-100">
@Body
</article>
<div class="fixed-bottom bottom-row p-1">
+1 -1
View File
@@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>4.0.2511.2912</Version>
<Version>4.0.2512.0111</Version>
<Configurations>Debug;Release;Remote_DEBUG</Configurations>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>