mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
feat: Adds drill to detail context menu to Table (#21168)
* feat: Adds drill to detail context menu to Table * Improves context menu positioning * Fixes Pivot Table typying
This commit is contained in:
committed by
GitHub
parent
982210ad83
commit
68fa4d2665
@@ -204,7 +204,11 @@ const transformProps = (
|
||||
queriesData = [],
|
||||
filterState,
|
||||
ownState: serverPaginationData,
|
||||
hooks: { onAddFilter: onChangeFilter, setDataMask = () => {} },
|
||||
hooks: {
|
||||
onAddFilter: onChangeFilter,
|
||||
setDataMask = () => {},
|
||||
onContextMenu,
|
||||
},
|
||||
} = chartProps;
|
||||
|
||||
const {
|
||||
@@ -274,6 +278,7 @@ const transformProps = (
|
||||
columnColorFormatters,
|
||||
timeGrain,
|
||||
allowRearrangeColumns,
|
||||
onContextMenu,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user