diff --git a/client/src/pages/openalex-ror/openalexView.jsx b/client/src/pages/openalex-ror/openalexView.jsx
index b30238d..d59321e 100644
--- a/client/src/pages/openalex-ror/openalexView.jsx
+++ b/client/src/pages/openalex-ror/openalexView.jsx
@@ -94,75 +94,80 @@ export default function OpenalexView({
);
return (
- setSelectedOpenAlex(e.value)}
- paginator
- paginatorLeft={paginatorLeft}
- paginatorPosition="top bottom"
- paginatorTemplate="RowsPerPageDropdown FirstPageLink PrevPageLink CurrentPageReport NextPageLink LastPageLink"
- rows={50}
- rowsPerPageOptions={[50, 100, 200, 500]}
- scrollable
- selection={selectedOpenAlex}
- selectionPageOnly={selectionPageOnly}
- size="small"
- sortField="worksNumber"
- sortOrder={-1}
- stripedRows
- style={{ fontSize: '14px', lineHeight: '13px' }}
- tableStyle={{ minWidth: '50rem' }}
- value={allAffiliations}
- >
-
-
-
- cellEditor(options)}
- field="rorsToCorrect"
- header="Click to improve / edit RORs"
- style={{ maxWidth: '190px' }}
- />
-
- hasCorrectionTemplate(rowData, undo)}
- field="hasCorrection"
- header="Modified by user?"
- sortable
- style={{ maxWidth: '115px' }}
- />
-
+
+ actions relatives au tableau du dessous
+
+ setSelectedOpenAlex(e.value)}
+ paginator
+ paginatorLeft={paginatorLeft}
+ paginatorPosition="top bottom"
+ paginatorTemplate="RowsPerPageDropdown FirstPageLink PrevPageLink CurrentPageReport NextPageLink LastPageLink"
+ rows={50}
+ rowsPerPageOptions={[50, 100, 200, 500]}
+ scrollable
+ selection={selectedOpenAlex}
+ selectionPageOnly={selectionPageOnly}
+ size="small"
sortField="worksNumber"
- style={{ maxWidth: '150px' }}
- />
-
+ sortOrder={-1}
+ stripedRows
+ style={{ fontSize: '14px', lineHeight: '13px' }}
+ tableStyle={{ minWidth: '50rem' }}
+ value={allAffiliations}
+ >
+
+
+
+ cellEditor(options)}
+ field="rorsToCorrect"
+ header="Click to improve / edit RORs"
+ style={{ maxWidth: '190px' }}
+ />
+
+ hasCorrectionTemplate(rowData, undo)}
+ field="hasCorrection"
+ header="Modified by user?"
+ sortable
+ style={{ maxWidth: '115px' }}
+ />
+
+
+ >
);
}
diff --git a/client/src/pages/openalex-ror/results.jsx b/client/src/pages/openalex-ror/results.jsx
index 2a247d1..825ef9a 100644
--- a/client/src/pages/openalex-ror/results.jsx
+++ b/client/src/pages/openalex-ror/results.jsx
@@ -218,54 +218,50 @@ export default function Affiliations() {
-
-
-
- {selectedOpenAlex.length}
- {` selected affiliation${selectedOpenAlex.length === 1 ? '' : 's'}`}
-
-
-
-
-
-
-
- actions relatives au tableau du dessous
-
+
+
+ {selectedOpenAlex.length}
+ {` selected affiliation${selectedOpenAlex.length === 1 ? '' : 's'}`}
+
+
+
+
+
+