From 7cb3be3d1545dc21c69370a588d6a66ff2a0e6ed Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 26 Jul 2026 02:59:19 +0900 Subject: [PATCH] feat(frontend): implement QuantAgGrid transparent adapter wrapper for AG Grid with full API & event passthrough and 100% vendor decoupling --- src/frontend/src/components/QuantAgGrid.vue | 145 ++++++++++++++++++ .../templates/AdvancedAgGridMarketLayout.vue | 10 +- 2 files changed, 150 insertions(+), 5 deletions(-) create mode 100644 src/frontend/src/components/QuantAgGrid.vue 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 @@ + + + + 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 @@