From ae0c76a9959838704465692b04494520d0ce76d2 Mon Sep 17 00:00:00 2001 From: gustavnavar Date: Sat, 29 Apr 2023 01:05:39 +0200 Subject: [PATCH] Update package version 4.0.1 --- GridBlazor/GridBlazor.csproj | 2 +- GridCore/GridCore.csproj | 2 +- GridMvc/GridMvc.csproj | 2 +- docs/blazor_client/API.md | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/GridBlazor/GridBlazor.csproj b/GridBlazor/GridBlazor.csproj index e4fa94ef..94fc60c9 100644 --- a/GridBlazor/GridBlazor.csproj +++ b/GridBlazor/GridBlazor.csproj @@ -6,7 +6,7 @@ 11.0 True False - 4.0.0 + 4.0.1 GridBlazor Grid components for Blazor Grid components for Blazor diff --git a/GridCore/GridCore.csproj b/GridCore/GridCore.csproj index 0e82f402..9f976d1e 100644 --- a/GridCore/GridCore.csproj +++ b/GridCore/GridCore.csproj @@ -7,7 +7,7 @@ False GridCore GridCore - 6.0.0 + 6.0.1 GridCore Grid core component Grid core component diff --git a/GridMvc/GridMvc.csproj b/GridMvc/GridMvc.csproj index f2b1eafa..f7c55f83 100644 --- a/GridMvc/GridMvc.csproj +++ b/GridMvc/GridMvc.csproj @@ -8,7 +8,7 @@ False GridMvc GridMvcCore - 6.0.0 + 6.0.1 GridMvc ASP.NET MVC Grid component ASP.NET MVC Grid component diff --git a/docs/blazor_client/API.md b/docs/blazor_client/API.md index a62bc653..92cecf20 100644 --- a/docs/blazor_client/API.md +++ b/docs/blazor_client/API.md @@ -24,6 +24,7 @@ grid-search | word to be searched on all columns | grid-search=aro grid-pagesize | integer to dynamically change the initial grid page size | grid-pagesize=20 grid-start-index | integer to define the first requested record when grid virtualization is enabled (from v 4.0.0 on) | grid-start-index=0 grid-virt-count | integer to define the number of records requested when grid virtualization is enabled (from v 4.0.0 on) | grid-virt-count=17 +grid-no-totals | boolean to control if back-end calls must return data about grid totals when virtualization is used The parameters **grid-page**, **grid-column**, **grid-dir**, **grid-search**, **grid-pagesize**, **grid-start-index** and **grid-virt-count** should appear once in a query string. Their use is straightforward.