linkmore-design 1.1.22-beta.3 → 1.1.22-beta.4
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.
- package/dist/index.umd.js +1 -2
- package/dist/index.umd.min.js +1 -1
- package/es/LmTable/Table.js +1 -1
- package/lib/LmTable/Table.js +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -225471,7 +225471,6 @@
|
|
|
225471
225471
|
width: groupWidth || 100,
|
|
225472
225472
|
fixed: true
|
|
225473
225473
|
}].concat(_toConsumableArray$1(innerColumns));
|
|
225474
|
-
console.log(groupWidth);
|
|
225475
225474
|
}
|
|
225476
225475
|
return sortOpen ? [sortDefaultColumnItem].concat(_toConsumableArray$1(innerColumns)) : innerColumns;
|
|
225477
225476
|
}, [useColumns, sortOpen, selectIng, dataSource, groupRowKeys, commitIng]);
|
|
@@ -225769,7 +225768,7 @@
|
|
|
225769
225768
|
cell: openSheet ? SheelTabelCell : null
|
|
225770
225769
|
}, body)
|
|
225771
225770
|
};
|
|
225772
|
-
}, [sortOpen, resizeable, components, colSortOpen]);
|
|
225771
|
+
}, [sortOpen, resizeable, components, colSortOpen, customizeDataSource]);
|
|
225773
225772
|
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
225774
225773
|
style: {
|
|
225775
225774
|
height: '100%',
|