ywana-core8 0.0.522 → 0.0.523

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.
@@ -1610,7 +1610,7 @@ var DataTable = function DataTable(props) {
1610
1610
  expanded: expanded
1611
1611
  });
1612
1612
  }) : /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("td", {
1613
- colSpan: columns.length + 1
1613
+ colSpan: 1000
1614
1614
  }, /*#__PURE__*/React.createElement("div", {
1615
1615
  className: "empty-message"
1616
1616
  }, /*#__PURE__*/React.createElement(Icon, {