es-grid-template 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -333,7 +333,7 @@ const InternalTable = props => {
|
|
|
333
333
|
const transformedColumn = {
|
|
334
334
|
...column,
|
|
335
335
|
dataIndex: column.field ?? column.dataIndex,
|
|
336
|
-
|
|
336
|
+
key: column.field ?? column.key,
|
|
337
337
|
// title: () => (<HeaderContent column={{...column} as any} t={t}/>),
|
|
338
338
|
title: /*#__PURE__*/React.createElement(SortableHeaderCell, {
|
|
339
339
|
columnKey: column.field
|
|
@@ -344,7 +344,7 @@ const InternalTable = props => {
|
|
|
344
344
|
const transformedColumn = {
|
|
345
345
|
...column,
|
|
346
346
|
dataIndex: column.field ?? column.dataIndex,
|
|
347
|
-
|
|
347
|
+
key: column.field ?? column.key,
|
|
348
348
|
// title: () => (<HeaderContent column={{...column} as any} t={t}/>),
|
|
349
349
|
title: /*#__PURE__*/_react.default.createElement(SortableHeaderCell, {
|
|
350
350
|
columnKey: column.field
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-grid-template",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "es-grid-template",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"@ant-design/colors": "^8.0.0",
|
|
37
37
|
"@ant-design/icons": "^5.5.2",
|
|
38
38
|
"@babel/runtime": "^7.11.2",
|
|
39
|
+
"@core-rc/rc-select": "^0.0.8",
|
|
39
40
|
"@dnd-kit/core": "^6.3.1",
|
|
40
41
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
41
42
|
"@dnd-kit/sortable": "^10.0.0",
|