We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b6bb8 commit faf8c2eCopy full SHA for faf8c2e
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>10.4.0</Version>
+ <Version>10.4.1-beta01</Version>
5
</PropertyGroup>
6
7
<ItemGroup>
src/BootstrapBlazor/Components/Table/Table.razor.Edit.cs
@@ -553,6 +553,7 @@ protected async Task QueryData(bool triggerByPagination = false)
553
var queryOption = BuildQueryPageOptions();
554
// Set whether it is the first query
555
queryOption.IsFirstQuery = _firstQuery;
556
+ queryOption.IsTriggerByPagination = triggerByPagination;
557
558
if (OnQueryAsync == null && typeof(TItem).IsAssignableTo(typeof(IDynamicObject)))
559
{
0 commit comments