Skip to content

Commit

Permalink
paginator top
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Feb 26, 2024
1 parent 06a1c54 commit 1b6d052
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/affiliationsView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export default function AffiliationsView({
metaKeySelection
onSelectionChange={(e) => setSelectedAffiliations(e.value)}
paginator
paginatorPosition="bottom"
paginatorPosition="top bottom"
paginatorTemplate="CurrentPageReport FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink RowsPerPageDropdown"
rows={50}
rows={200}
rowsPerPageOptions={[50, 200, 1000, 5000]}
scrollable
selection={selectedAffiliations}
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/datasetsView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function DatasetsView({
metaKeySelection={false}
onSelectionChange={(e) => setSelectedWorks(e.value)}
paginator
paginatorPosition="bottom"
paginatorPosition="top bottom"
paginatorTemplate="CurrentPageReport FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink RowsPerPageDropdown"
rows={50}
rowsPerPageOptions={[50, 200, 1000, 5000]}
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/publicationsView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function PublicationsView({
metaKeySelection={false}
onSelectionChange={(e) => setSelectedWorks(e.value)}
paginator
paginatorPosition="bottom"
paginatorPosition="top bottom"
paginatorTemplate="CurrentPageReport FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink RowsPerPageDropdown"
rows={50}
rowsPerPageOptions={[50, 200, 1000, 5000]}
Expand Down

0 comments on commit 1b6d052

Please sign in to comment.