Files
webdoorcreator/WebDoorCreator.UI/Components/Order/OrderDets.razor
T
zaccaria.majid 00a55e6eb3 Ok modal template
2023-06-01 16:58:55 +02:00

6 lines
483 B
Plaintext

<div class="p-5">
<DoorList currOrderId="@OrderView!.OrderId" E_CurrDoor="SetCurrDoor" E_CurrDoorModal="SetCurrDoorModal" updateRecordCount="UpdateTotCount" actFilter="@currFilter"></DoorList>
<div class="mt-4">
<EgwCoreLib.Razor.DataPager @ref="pagerDoors" PageSize="@numRecord" currPage="@currPage" numRecordChanged="ForceReload" numPageChanged="ForceReloadPage" totalCount="@totalCount" showLoading="@isLoading" PageSizeList="@pageSizeList" />
</div>
</div>