Skip to content

Commit

Permalink
[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#…
Browse files Browse the repository at this point in the history
…33131)

* Try to make clear that the price disclaimer does not relate to row grouping

Co-authored-by: Olivier Tassinari <[email protected]>
Co-authored-by: Sam Sycamore <[email protected]>
  • Loading branch information
3 people authored Jun 20, 2022
1 parent 43350da commit 2c89d03
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/pages/blog/premium-plan-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,24 @@ You can use the new Premium features to provide your end users with the most sop
[Row grouping](https://mui.com/x/react-data-grid/row-grouping/) lets users group data based on repeating values in the grid.
For example, users can now group orders by buyers, movies by directors, or cities by the governing parties.

These kinds of use cases would usually be dealt with using a new query on the database—which might require a new service end-point, and maybe even a new front-end, along with all the UX challenges this would entail.

Now this functionality is available to your users with a single click.
Users are encouraged to explore the data and create combinations with multiple grouping criteria,
and are then able to export these new views to Excel, with the next Premium feature: Excel export.
These kinds of use cases would usually be dealt with using a new query on the database—which might require a new service end-point, and maybe even a new front-end, along with all the UX challenges this would entail. Now this functionality is available to your users with a single click.

<video style="margin-bottom: 24px;" autoplay muted loop playsinline controls>
<source src="/static/blog/premium-plan-release/row-grouping-example.mp4" type="video/mp4" />
</video>

<p class="blog-description">The feature in action, from the docs page.</p>

Users are encouraged to explore the data and create combinations with multiple grouping criteria,
and are then able to export these new views to Excel, with the next Premium feature: Excel export.

:::info
With the Premium release, we have made Row grouping available for production use in the `@mui/x-data-grid-premium` package.

This feature was previously available [as a preview](https://mui.com/blog/introducing-the-row-grouping-feature/#how-to-unlock-this-feature) for Pro users intending to migrate to the new plan.

:::

### Excel export

[Excel export](https://mui.com/x/react-data-grid/export/#excel-export) enables users to save the data from the grid as an Excel spreadsheet that mirrors the existing visualization in the data grid based on filters, sorting, and row grouping.
Expand Down Expand Up @@ -72,7 +78,7 @@ We’d also like to keep it within reach of individuals and small teams, while s
Here is a list of everything that has changed:

:::warning
⚠️ Please note: The following changes apply only to **new customers**. Existing customers are not impacted, and their license agreement remains valid.
⚠️ Please note: The following **pricing** changes apply only to **new customers**. Existing customers are grandfathered, they can renew their license under the [previous terms](https://mui.com/store/legal/mui-x-eula-2022-05-08/) once. Their last renewal can have a support duration of up to 5 years.
:::

- **Price point per developer seat**
Expand Down

0 comments on commit 2c89d03

Please sign in to comment.