src/menu/components/table/normal-table/columns/index.jsx
@@ -395,8 +395,8 @@ let oInput = document.createElement('input') let val = { copyType: 'columns', columns: columns copyType: 'cols', cols: columns.filter(col => !col.origin) } oInput.value = window.btoa(window.encodeURIComponent(JSON.stringify(val))) @@ -504,6 +504,7 @@ <DndProvider> <Table rowKey="uuid" size={config.wrap.size || 'middle'} rowClassName="editable-row" bordered={config.wrap.bordered !== 'false'} components={components}