From 40f4c04591ec57bf6d2ce4966a374b5cf9844e97 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 11 Nov 2025 13:18:50 +0200
Subject: [PATCH] chore: remove adaptive parameter from docs
---
components/pager/overview.md | 1 -
components/toolbar/overview.md | 36 ++++++++++++++++------------------
2 files changed, 17 insertions(+), 20 deletions(-)
diff --git a/components/pager/overview.md b/components/pager/overview.md
index 9d356f9149..71eae3e324 100644
--- a/components/pager/overview.md
+++ b/components/pager/overview.md
@@ -80,7 +80,6 @@ The Blazor Pager provides various parameters that allow you to configure the com
| Parameter | Type and Default Value | Description |
| ----------- | ----------- | ----------- |
-|`Adaptive` | `bool`
(`true`) | Defines whether pager elements change based on the screen size. When enabled, the Pager will hide its `Pager Info` and `PageSize Dropdownlist` if they cannot fit in the available space. In the smallest resolution, the page buttons will be rendered as a select element. This parameter will be deprecated in the next major version in favor of the new `Responsive` parameter. |
| `AdaptiveMode` | `AdaptiveMode` enum
(`None`) | Defines the adaptive mode of the Pager. When set to `Auto`, and the window width is below [`768px` or `RootComponentAdaptiveSettings.Medium`](slug:adaptive-rendering#rendering-specifics), components with popups will render them as an `ActionSheet`. In this case, the page sizes dropdown only. |
| `ButtonCount` | `int` | The maximum number of page buttons that will be visible. To take effect, `ButtonCount` must be smaller than the page count (`ButtonCount < Total / PageSize`). |
| `Class` | `string` | Renders a custom CSS class to the `