optimize Pager search to remove redundant AllowSearch parameter and avoid consuming memory when not in use
This commit is contained in:
@ -14,7 +14,7 @@ else
|
||||
{
|
||||
<ActionLink Action="Add" Text="Add Site" ResourceKey="AddSite" />
|
||||
|
||||
<Pager Items="@_sites" AllowSearch="True" SearchProperties="Name">
|
||||
<Pager Items="@_sites" SearchProperties="Name">
|
||||
<Header>
|
||||
<th style="width: 1px;"> </th>
|
||||
<th style="width: 1px;"> </th>
|
||||
|
Reference in New Issue
Block a user