Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function VirtualTable(props) {
classCallCheck(this, VirtualTable);
var _this = possibleConstructorReturn(this, (VirtualTable.__proto__ || Object.getPrototypeOf(VirtualTable)).call(this, props));
var height = props.height,
estimatedRowHeight = props.estimatedRowHeight;
_this.layoutRenderComponent = dxReactCore.createRenderComponent(VirtualTableLayout$1, { height: height, estimatedRowHeight: estimatedRowHeight });
return _this;
}
function VirtualTable(props) {
classCallCheck(this, VirtualTable);
var _this = possibleConstructorReturn(this, (VirtualTable.__proto__ || Object.getPrototypeOf(VirtualTable)).call(this, props));
var height = props.height,
estimatedRowHeight = props.estimatedRowHeight;
_this.layoutRenderComponent = createRenderComponent(VirtualTableLayout$1, { height: height, estimatedRowHeight: estimatedRowHeight });
return _this;
}