From 0a7732bc7e2990eb0c168dab762692606b3e5078 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 4 Jun 2026 14:08:26 +0800 Subject: [PATCH] feat(Table): remove header when copying data with Ctrl+C --- frontend/src/views/chat/component/charts/Table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chat/component/charts/Table.ts b/frontend/src/views/chat/component/charts/Table.ts index 1a4358ae..b4c4c3b1 100644 --- a/frontend/src/views/chat/component/charts/Table.ts +++ b/frontend/src/views/chat/component/charts/Table.ts @@ -214,7 +214,7 @@ export class Table extends BaseChart { copy: { enable: true, withFormat: false, - withHeader: true, + withHeader: false, }, brushSelection: { dataCell: true,