Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
value: function render() {
var _props = this.props,
messages = _props.messages,
restProps = objectWithoutProperties(_props, ['messages']);
return React.createElement(dxReactGrid.Table, _extends({
layoutComponent: TableLayout$1,
rowComponent: TableRow$1,
cellComponent: TableCell$1,
noDataRowComponent: TableRow$1,
noDataCellComponent: TableNoDataCell,
stubCellComponent: TableStubCell,
stubHeaderCellComponent: TableStubCell,
messages: _extends({}, defaultMessages$3, messages)
}, restProps));
}
}]);
value: function render() {
var _props = this.props,
height = _props.height,
estimatedRowHeight = _props.estimatedRowHeight,
messages = _props.messages,
restProps = objectWithoutProperties(_props, ['height', 'estimatedRowHeight', 'messages']);
return React.createElement(dxReactGrid.Table, _extends({
layoutComponent: this.layoutRenderComponent.component,
rowComponent: TableRow$1,
cellComponent: TableCell$1,
noDataRowComponent: TableRow$1,
noDataCellComponent: TableNoDataCell,
stubCellComponent: TableStubCell,
stubHeaderCellComponent: TableStubCell,
messages: _extends({}, defaultMessages$4, messages)
}, restProps));
}
}]);