diff --git a/components/DataView/index.js b/components/DataView/index.js
index 8ed058920ffc3a8ae48510e08a17ec0cee99163a..8d25cf05f3139077a49cf8c2d8293db016b79658 100644
--- a/components/DataView/index.js
+++ b/components/DataView/index.js
@@ -732,21 +732,21 @@ export default class DataView extends React.Component {
{type === 'download' ? (
download()
) : (
-
- {iconBtnSrc && iconBtnSrc !== '' ? (
-
- ) : (
-
- )}
- {label}
-
- )}
+
+ {iconBtnSrc && iconBtnSrc !== '' ? (
+
+ ) : (
+
+ )}
+ {label}
+
+ )}
);
})}
@@ -766,6 +766,7 @@ export default class DataView extends React.Component {
scroll,
expandedRowKeys,
onExpandedRowsChange,
+ pagination,
...others
} = this.props;
const { data } = this.state;