@apexcura/ui-components 0.0.11-Beta259 → 0.0.11-Beta260
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.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -703,6 +703,8 @@ var TableElement = (props) => {
|
|
|
703
703
|
[columns[0].key]: index + 1
|
|
704
704
|
}));
|
|
705
705
|
const count = dataSource ? dataSource.length : 0;
|
|
706
|
+
console.log(columns);
|
|
707
|
+
console.log(dataSource);
|
|
706
708
|
return /* @__PURE__ */ import_react21.default.createElement(import_react21.default.Fragment, null, /* @__PURE__ */ import_react21.default.createElement(
|
|
707
709
|
import_antd14.Table,
|
|
708
710
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -651,6 +651,8 @@ var TableElement = (props) => {
|
|
|
651
651
|
[columns[0].key]: index + 1
|
|
652
652
|
}));
|
|
653
653
|
const count = dataSource ? dataSource.length : 0;
|
|
654
|
+
console.log(columns);
|
|
655
|
+
console.log(dataSource);
|
|
654
656
|
return /* @__PURE__ */ React20.createElement(React20.Fragment, null, /* @__PURE__ */ React20.createElement(
|
|
655
657
|
Table2,
|
|
656
658
|
{
|