@apexcura/ui-components 0.0.11-Beta62 → 0.0.11-Beta63
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 +1 -5
- package/dist/index.mjs +1 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -486,11 +486,7 @@ var AddMoreTable = (props) => {
|
|
|
486
486
|
columns,
|
|
487
487
|
dataSource,
|
|
488
488
|
pagination: false,
|
|
489
|
-
bordered: true
|
|
490
|
-
expandable: {
|
|
491
|
-
expandedRowRender: (record) => /* @__PURE__ */ import_react13.default.createElement("div", null, record.subRows),
|
|
492
|
-
rowExpandable: (record) => record.subRows.length > 0
|
|
493
|
-
}
|
|
489
|
+
bordered: true
|
|
494
490
|
}
|
|
495
491
|
);
|
|
496
492
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -439,11 +439,7 @@ var AddMoreTable = (props) => {
|
|
|
439
439
|
columns,
|
|
440
440
|
dataSource,
|
|
441
441
|
pagination: false,
|
|
442
|
-
bordered: true
|
|
443
|
-
expandable: {
|
|
444
|
-
expandedRowRender: (record) => /* @__PURE__ */ React12.createElement("div", null, record.subRows),
|
|
445
|
-
rowExpandable: (record) => record.subRows.length > 0
|
|
446
|
-
}
|
|
442
|
+
bordered: true
|
|
447
443
|
}
|
|
448
444
|
);
|
|
449
445
|
};
|