mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14: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
@@ -365,8 +365,8 @@ export default function PivotTableChart(props: PivotTableProps) {
|
||||
const handleContextMenu = useCallback(
|
||||
(
|
||||
e: MouseEvent,
|
||||
colKey: DataRecordValue[] | undefined,
|
||||
rowKey: DataRecordValue[] | undefined,
|
||||
colKey: (string | number | boolean)[] | undefined,
|
||||
rowKey: (string | number | boolean)[] | undefined,
|
||||
) => {
|
||||
if (onContextMenu) {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user