mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 01:26:01 +00:00
cell display refactor
This commit is contained in:
@@ -75,7 +75,7 @@ export async function getClipboardText() {
|
||||
export function extractRowCopiedValue(row, col, editorTypes?: DataEditorTypesBehaviour) {
|
||||
let value = row[col];
|
||||
if (value === undefined) value = _.get(row, col);
|
||||
return stringifyCellValue(value, editorTypes);
|
||||
return stringifyCellValue(value, 'exportIntent', editorTypes).value;
|
||||
}
|
||||
|
||||
const clipboardHeadersFormatter = delimiter => columns => {
|
||||
|
||||
Reference in New Issue
Block a user