Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/eui/changelogs/upcoming/8028.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**Breaking changes**

- EuiDataGrid's custom grid body (rendered via `renderCustomGridBody`) no longer automatically renders the column header row or footer rows. It instead now passes the `headerRow` and `footerRow` React elements, which require manual rendering.
- This change was made to allow consumers to sync header/footer rows with their own custom virtualization libraries.
- To facilitate this, a `gridWidth` prop is now also passed to custom grid body renderers.

This file was deleted.

Loading