diff --git a/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx b/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx index d0068c080a52c..373c72fa816d4 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx @@ -1066,6 +1066,8 @@ export default function TableChart( const { width: widthFromState, height: heightFromState } = tableSize; + console.log('Cross-filtering on-click:', cross_filtering_on_click); + return (