Skip to content

Commit

Permalink
release v2.6.1 - SSR document bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jan 12, 2024
1 parent 3530073 commit 4e5587a
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 105 deletions.
4 changes: 4 additions & 0 deletions apps/material-react-table-docs/pages/changelog.mdx
Expand Up @@ -12,6 +12,10 @@ import Head from 'next/head';

### Version 2

#### Version 2.6.1 - 2024-01-11

- Upgraded to TanStack Table `v8.11.6` for SSR bugfix (document not defined)

#### Version 2.6.0 - 2024-01-11

- Added support for Detail Panels and Row Virtualization at the same time
Expand Down
Expand Up @@ -17,7 +17,7 @@ import AggregationMultiExample from '../../../examples/aggregation-multi';

Material React Table has built-in aggregation features. There are options for both automatic client-side grouping and aggregation, as well as manual server-side grouping and aggregation. This guide will walk you through the different options and how to use and customize them.

> See the [Column Grouping Guide](./column-grouping) as a prerequisite to this guide. The Aggregation and Grouping Guide was recently split into two separate guides.
> See the [Column Grouping Guide](/docs/guides/column-grouping) as a prerequisite to this guide. The Aggregation and Grouping Guide was recently split into two separate guides.
### Relevant Table Options

Expand Down

2 comments on commit 4e5587a

@vercel
Copy link

@vercel vercel bot commented on 4e5587a Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4e5587a Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.