ui-kit-ck-consultant 0.6.57 → 0.6.58
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 +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -892,8 +892,11 @@ var Table = /*#__PURE__*/function (_React$Component) {
|
|
892
892
|
|
893
893
|
_this.getCSV = function (callback) {
|
894
894
|
var dataCSV = '';
|
895
|
+
console.log('this.props', _this.props);
|
895
896
|
|
896
897
|
if (_this.props && _this.props.children) {
|
898
|
+
console.log('this.props.children', _this.props.children);
|
899
|
+
|
897
900
|
var tableChildren = _this.getArray(_this.props.children);
|
898
901
|
|
899
902
|
var allRows = tableChildren.flatMap(function (section) {
|