mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 01:52:03 +00:00
fix: pivot table header icon display incorrect #2735
This commit is contained in:
parent
3baf2f32cb
commit
644692ae88
@ -433,7 +433,7 @@ export function dealHeader(
|
||||
if (hd.indicatorKey) {
|
||||
return indicator.indicatorKey === hd.indicatorKey;
|
||||
}
|
||||
return indicator.title === hd.value;
|
||||
return indicator.title === hd.value && !hd.dimensionKey;
|
||||
}) as IIndicator;
|
||||
const cell: HeaderData = {
|
||||
id,
|
||||
|
Loading…
Reference in New Issue
Block a user