diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index a0be24a6378..261af1693b6 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -1,7 +1,7 @@  - 10.4.0 + 10.4.1-beta01 diff --git a/src/BootstrapBlazor/Components/Table/Table.razor.Edit.cs b/src/BootstrapBlazor/Components/Table/Table.razor.Edit.cs index 62975bae029..593c1840e3c 100644 --- a/src/BootstrapBlazor/Components/Table/Table.razor.Edit.cs +++ b/src/BootstrapBlazor/Components/Table/Table.razor.Edit.cs @@ -553,6 +553,7 @@ protected async Task QueryData(bool triggerByPagination = false) var queryOption = BuildQueryPageOptions(); // Set whether it is the first query queryOption.IsFirstQuery = _firstQuery; + queryOption.IsTriggerByPagination = triggerByPagination; if (OnQueryAsync == null && typeof(TItem).IsAssignableTo(typeof(IDynamicObject))) {