네비게이션 상단바 이동, 가로 스크롤 고정.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<span class="badge bg-secondary">@searchResults.Count keys found</span>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<div class="grid-container" style="height: 600px; overflow-y: auto;">
|
||||
<div class="grid-container">
|
||||
<QuickGrid Items="@searchResults.AsQueryable()" Pagination="@pagination" Class="table table-striped table-hover mb-0">
|
||||
<PropertyColumn Property="@(p => p.Key)" Sortable="true" Title="Key" />
|
||||
<PropertyColumn Property="@(p => p.Value)" Sortable="true" Title="Value" />
|
||||
|
||||
Reference in New Issue
Block a user