From 544b1d96428f36242f5104d1cb78b1a270fac371 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 26 Mar 2024 20:00:01 -0700 Subject: [PATCH] changelog --- changelogs/upcoming/7625.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelogs/upcoming/7625.md diff --git a/changelogs/upcoming/7625.md b/changelogs/upcoming/7625.md new file mode 100644 index 000000000000..c22e06a26088 --- /dev/null +++ b/changelogs/upcoming/7625.md @@ -0,0 +1,7 @@ +- Updated `EuiTable`, `EuiBasicTable`, and `EuiInMemoryTable` with a new `responsiveBreakpoint` prop, which allows customizing the point at which the table collapses into a mobile-friendly view with cards +- Updated `EuiProvider`'s `componentDefaults` prop to allow configuring `EuiTable.responsiveBreakpoint` + +**Deprecations** + +- Deprecated the `responsive` prop from `EuiTable`, `EuiBasicTable`, and `EuiInMemoryTable`. Use the new `responsiveBreakpoint` prop instead +- `EuiTable` mobile headers no longer render in the DOM when not visible (previously rendered with `display: none`). This may affect DOM testing assertions.