We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1f941 commit dc1e8bfCopy full SHA for dc1e8bf
frontend/src/views/chat/component/charts/Table.ts
@@ -109,7 +109,7 @@ function copyData(event: any, s2?: TableSheet) {
109
const cellMeta = s2.facet.getCellMeta(c.rowIndex, c.colIndex)
110
console.log(cellMeta)
111
if (cellMeta) {
112
- let value = cellMeta.value as string
+ let value = cellMeta.fieldValue as string
113
if (value === null || value === undefined) {
114
value = ''
115
}
0 commit comments