Skip to content

Commit

Permalink
Log cross-filtering on-click events in TableChart component
Browse files Browse the repository at this point in the history
  • Loading branch information
saghatelian committed Jan 17, 2025
1 parent bdba2ba commit 6b50bff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,8 @@ export default function TableChart<D extends DataRecord = DataRecord>(

const { width: widthFromState, height: heightFromState } = tableSize;

console.log('Cross-filtering on-click:', cross_filtering_on_click);

return (
<Styles>
<DataTable<D>
Expand Down

0 comments on commit 6b50bff

Please sign in to comment.