We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b480033 commit bc5ac90Copy full SHA for bc5ac90
packages/compass-global-writes/src/components/shard-zones-table.tsx
@@ -101,7 +101,8 @@ export function ShardZonesTable({
101
columns,
102
state: {
103
globalFilter: searchText,
104
- expanded,
+ // Expand all matching rows when filtering
105
+ expanded: searchText !== '' ? true : expanded,
106
},
107
onGlobalFilterChange: setSearchText,
108
onExpandedChange: setExpanded,
0 commit comments