Skip to content

Commit

Permalink
feat: add export option to DrillDown component
Browse files Browse the repository at this point in the history
  • Loading branch information
UmakanthKaspa committed Dec 20, 2024
1 parent 366110c commit a96593d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src2/charts/components/DrillDown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ watch(
:enable-pagination="true"
:show-column-totals="true"
:show-filter-row="true"
:on-export="drillDownQuery ? drillDownQuery.downloadResults : undefined"
>
<template #footer-left>
<p class="tnum p-1 text-sm text-gray-600">
Expand Down

0 comments on commit a96593d

Please sign in to comment.