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.modern.js
CHANGED
@@ -1350,8 +1350,8 @@ var DataTable = function DataTable(props) {
|
|
1350
1350
|
clickable: true
|
1351
1351
|
}) : null);
|
1352
1352
|
}), /*#__PURE__*/React.createElement("th", {
|
1353
|
-
rowSpan:
|
1354
|
-
colSpan:
|
1353
|
+
rowSpan: 2,
|
1354
|
+
colSpan: 1
|
1355
1355
|
})), /*#__PURE__*/React.createElement("tr", null, columns.filter(function (_ref3) {
|
1356
1356
|
var type = _ref3.type;
|
1357
1357
|
return type === TYPES.ENTITY;
|