Pivot: improve filterRows normalization for pivoted cells
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e3ceb70fc6
commit
7ec571635a
@ -119,7 +119,7 @@ export default function Pivot({ source }) {
|
|||||||
if (!row) return
|
if (!row) return
|
||||||
setClickDetail({ row, config, column_names })
|
setClickDetail({ row, config, column_names })
|
||||||
const matched = filterRows(allRowsRef.current, row, config || {})
|
const matched = filterRows(allRowsRef.current, row, config || {})
|
||||||
setInspectedRows(matched.length > 0 ? matched : [row])
|
setInspectedRows(matched)
|
||||||
})
|
})
|
||||||
|
|
||||||
await viewer.load(worker)
|
await viewer.load(worker)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user