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.
@@ -1350,8 +1350,8 @@ var DataTable = function DataTable(props) {
1350
1350
  clickable: true
1351
1351
  }) : null);
1352
1352
  }), /*#__PURE__*/React.createElement("th", {
1353
- rowSpan: rowSpan,
1354
- colSpan: 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;