ywana-core8 0.0.114 → 0.0.115

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 CHANGED
@@ -1123,7 +1123,9 @@ var DataTableRow = function DataTableRow(props) {
1123
1123
  }
1124
1124
  })) : /*#__PURE__*/React__default["default"].createElement("td", null)), row.info && isInfoOpen ? /*#__PURE__*/React__default["default"].createElement("tr", {
1125
1125
  className: "table-row-info"
1126
- }, isFunction$1(row.info) ? row.info() : row.info) : null);
1126
+ }, /*#__PURE__*/React__default["default"].createElement("td", {
1127
+ colSpan: columns.length + 1
1128
+ }, isFunction$1(row.info) ? row.info() : row.info)) : null);
1127
1129
  };
1128
1130
  /**
1129
1131
  * DataTable Cell