Fix grafici (paginazione)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user