@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
20 lines • 1.17 kB
JavaScript
;
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
Object.defineProperty(exports, "__esModule", { value: true });
// (C) 2007-2018 GoodData Corporation
var PropTypes = require("prop-types");
var Events_1 = require("./Events");
var DataSource_1 = require("./DataSource");
var DrillableItem_1 = require("./DrillableItem");
exports.TablePropTypes = __assign({}, Events_1.EventsPropTypes, { dataSource: DataSource_1.DataSourcePropType, locale: PropTypes.string, height: PropTypes.number, environment: PropTypes.string, drillablePredicates: PropTypes.arrayOf(DrillableItem_1.DrillablePredicatePropType), stickyHeader: PropTypes.number, totals: PropTypes.array, totalsEditAllowed: PropTypes.bool, ErrorComponent: PropTypes.func, LoadingComponent: PropTypes.func, config: PropTypes.object });
//# sourceMappingURL=Table.js.map