ywana-core8 0.0.207 → 0.0.208
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/table.js +1 -1
package/dist/index.umd.js
CHANGED
@@ -1354,8 +1354,8 @@
|
|
1354
1354
|
clickable: true
|
1355
1355
|
}) : null);
|
1356
1356
|
}), /*#__PURE__*/React__default["default"].createElement("th", {
|
1357
|
-
rowSpan:
|
1358
|
-
colSpan:
|
1357
|
+
rowSpan: 2,
|
1358
|
+
colSpan: 1
|
1359
1359
|
})), /*#__PURE__*/React__default["default"].createElement("tr", null, columns.filter(function (_ref3) {
|
1360
1360
|
var type = _ref3.type;
|
1361
1361
|
return type === TYPES.ENTITY;
|