diff --git a/src/controllers/selection.js b/src/controllers/selection.js index 8cabc2d..ea779c8 100644 --- a/src/controllers/selection.js +++ b/src/controllers/selection.js @@ -192,10 +192,10 @@ const selection = { if(r == rowIndexArr[0]){ if(Store.config == null || Store.config["columnlen"] == null || Store.config["columnlen"][c.toString()] == null){ - colgroup += ''; + colgroup += ''; } else { - colgroup += ''; + colgroup += ''; } } @@ -516,7 +516,7 @@ const selection = { cpdata += ""; } - cpdata = '' + colgroup + cpdata + '
'; + cpdata = '' + `${colgroup}` + cpdata + '
'; Store.iscopyself = true;