diff --git a/src/frontend/src/components/QuantAgGrid.vue b/src/frontend/src/components/QuantAgGrid.vue new file mode 100644 index 00000000..ef2ff1cc --- /dev/null +++ b/src/frontend/src/components/QuantAgGrid.vue @@ -0,0 +1,145 @@ + + + + + + + + ⚡ {{ title || 'AG Grid 초고속 분석 리포트' }} + + + ({{ rowData.length.toLocaleString() }}건) + + + + + + + 📥 엑셀 CSV 내보내기 + + + + + + + + + + + + + + + + + diff --git a/src/frontend/src/views/templates/AdvancedAgGridMarketLayout.vue b/src/frontend/src/views/templates/AdvancedAgGridMarketLayout.vue index da167b3e..fd3ce064 100644 --- a/src/frontend/src/views/templates/AdvancedAgGridMarketLayout.vue +++ b/src/frontend/src/views/templates/AdvancedAgGridMarketLayout.vue @@ -1,7 +1,7 @@