Skip to content

Commit 2bcc626

Browse files
[docs] Add "upgrade to v8" callout on v7 planned pages (#17901)
1 parent ca786c5 commit 2bcc626

File tree

5 files changed

+30
-34
lines changed

5 files changed

+30
-34
lines changed

docs/data/data-grid/pivoting/pivoting.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ title: Data Grid - Pivoting
44

55
# Data Grid - Pivoting [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')🚧
66

7-
<p class="description">Turn a column values into columns.</p>
7+
<p class="description">Rearrange rows and columns to view data from multiple perspectives.</p>
88

9-
:::warning
10-
This feature isn't implemented yet. It's coming.
11-
12-
👍 Upvote [issue #214](https://github.com/mui/mui-x/issues/214) if you want to see it land faster.
13-
14-
Don't hesitate to leave a comment on the same issue to influence what gets built. Especially if you already have a use case for this component, or if you are facing a pain point with your current solution.
9+
:::success
10+
Pivoting is available in MUI X v8+.
11+
You must [upgrade from v7](https://mui.com/x/migration/migration-data-grid-v7/) to use this feature.
1512
:::
1613

17-
Pivoting will allow you to take a columns values and turn them into columns.
14+
The Data Grid Premium's pivoting feature lets users transform the data in their grid by reorganizing rows and columns, creating dynamic cross-tabulations of data.
15+
This makes it possible to analyze data from different angles and gain insights that would be difficult to see in the default grid view.
1816

1917
## API
2018

docs/data/data-grid/server-side-data/aggregation.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ title: React Data Grid - Server-side aggregation
44

55
# Data Grid - Server-side aggregation [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')🚧
66

7-
<p class="description">Aggregation with server-side data source.</p>
7+
<p class="description">Implement aggregation with server-side data in the Data Grid.</p>
88

9-
:::warning
10-
This feature isn't implemented yet. It's coming.
11-
12-
👍 Upvote [issue #10860](https://github.com/mui/mui-x/issues/10860) if you want to see it land faster.
13-
14-
Don't hesitate to leave a comment on the same issue to influence what gets built. Especially if you already have a use case for this component, or if you are facing a pain point with your current solution.
9+
:::success
10+
Server-side aggregation is available in MUI X v8+.
11+
You must [upgrade from v7](https://mui.com/x/migration/migration-data-grid-v7/) to use this feature.
1512
:::
13+
14+
The Data Grid Premium provides tools to give end users the ability to aggregate and compare row values rendered from server-side data.

docs/data/data-grid/server-side-data/infinite-loading.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ title: React Data Grid - Server-side infinite loading
44

55
# Data Grid - Server-side infinite loading [<span class="plan-pro"></span>](/x/introduction/licensing/#pro-plan 'Pro plan')🚧
66

7-
<p class="description">Row infinite loading with server-side data source.</p>
7+
<p class="description">Implement infinite-loading rows with server-side data in the Data Grid.</p>
88

9-
:::warning
10-
This feature isn't implemented yet. It's coming.
9+
:::success
10+
Infinite loading of server-side data is available in MUI X v8+.
11+
You must [upgrade from v7](https://mui.com/x/migration/migration-data-grid-v7/) to use this feature.
12+
:::
1113

12-
👍 Upvote [issue #10858](https://github.com/mui/mui-x/issues/10858) if you want to see it land faster.
14+
Infinite loading is a lazy-loading strategy for deferring the loading of resources until they are actually needed, rather than loading everything when a page is first requested.
15+
Lazy loading changes the way pagination works in the Data Grid by removing page controls and instead loading data dynamically (in a single list) as the user scrolls.
1316

14-
Don't hesitate to leave a comment on the same issue to influence what gets built. Especially if you already have a use case for this component, or if you are facing a pain point with the [current solution](https://mui.com/x/react-data-grid/row-updates/#infinite-loading).
15-
:::
17+
When the total row count is unknown, the Data Grid implements infinite loading to fetch more data when the user scrolls to the bottom.

docs/data/data-grid/server-side-data/lazy-loading.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: React Data Grid - Server-side lazy loading
44

55
# Data Grid - Server-side lazy loading [<span class="plan-pro"></span>](/x/introduction/licensing/#pro-plan 'Pro plan')🚧
66

7-
<p class="description">Row lazy-loading with server-side data source.</p>
7+
<p class="description">Implement lazy-loading rows with server-side data in the Data Grid.</p>
88

9-
:::warning
10-
This feature isn't implemented yet. It's coming.
11-
12-
👍 Upvote [issue #10857](https://github.com/mui/mui-x/issues/10857) if you want to see it land faster.
13-
14-
Don't hesitate to leave a comment on the same issue to influence what gets built. Especially if you already have a use case for this component, or if you are facing a pain point with the [current solution](https://mui.com/x/react-data-grid/row-updates/#lazy-loading).
9+
:::success
10+
Lazy loading of server-side data is available in MUI X v8+.
11+
You must [upgrade from v7](https://mui.com/x/migration/migration-data-grid-v7/) to use this feature.
1512
:::
13+
14+
Lazy loading is a technique for deferring the loading of resources until they are actually needed, rather than loading everything when a page is first requested.
15+
Lazy loading changes the way pagination works in the Data Grid by removing page controls and instead loading data dynamically (in a single list) as the user scrolls.

docs/data/date-pickers/time-range-picker/time-range-picker.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ materialDesign: https://m2.material.io/components/date-pickers
1010

1111
<p class="description">The Time Range Picker lets the user select a range of time.</p>
1212

13-
:::warning
14-
This feature isn't implemented yet. It's coming.
15-
16-
👍 Upvote [issue #4460](https://github.com/mui/mui-x/issues/4460) if you want to see it land faster.
17-
18-
Don't hesitate to leave a comment on the same issue to influence what gets built. Especially if you already have a use case for this component, or if you are facing a pain point with your current solution.
13+
:::success
14+
The Time Range Picker is available in MUI X v8+.
15+
You must [upgrade from v7](https://mui.com/x/migration/migration-pickers-v7/) to use this component.
1916
:::

0 commit comments

Comments
 (0)