BIG-118: feat: hide the pagination before table has minimum items length.

This commit is contained in:
a.bouhuolia
2021-09-28 19:52:01 +02:00
parent 0aca6d9af7
commit d6c78a9908
5 changed files with 22 additions and 8 deletions

View File

@@ -196,6 +196,8 @@ export default function DataTable(props) {
DataTable.defaultProps = {
pagination: false,
hidePaginationNoPages: true,
size: null,
spinnerProps: { size: 30 },