|
|
@@ -42,7 +42,7 @@ class DataPreview extends React.Component {
|
|
|
}
|
|
|
|
|
|
render() {
|
|
|
- const { fetchFunction, fetching, dataList, visibleBox, hideBox } = this.props;
|
|
|
+ const { fetchFunction, dataList, visibleBox, hideBox } = this.props;
|
|
|
const { loading, columns, dataSource, pageSize, total } = dataList;
|
|
|
const { screenWidth, screenHeight, boxW, boxH, columnWidth, tableHeaderHeight } = this.state;
|
|
|
const tableBodyWidth = screenWidth * boxW - 10 - 10 - 18;
|