Skip to content

Commit

Permalink
Merge pull request Marklogic-retired#29 in PROD/explorer-ui from ~MWO…
Browse files Browse the repository at this point in the history
…OLDRI/explorer-ui:view-pagination to develop

* commit '2f58ef0bb80168192d14bca5e21e5c056cb6950e':
  Size View Entities pagination like Browse Documents
  • Loading branch information
Bruce An authored and Bruce An committed Sep 27, 2019
2 parents 736085d + 2f58ef0 commit f974018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/entity-table/entity-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const EntityTable:React.FC<Props> = (props) => {
columns={columns}
expandedRowRender={expandedRowRender}
dataSource={realData}
pagination={{defaultPageSize: 20, size: 'small'}}
/>
);
}
Expand Down

0 comments on commit f974018

Please sign in to comment.