-
-
+ localeText={frFR.components.MuiDataGrid.defaultProps.localeText}
+ rows={rowss_insc.map((item, index) => (
+ {
+ id: index,
+ _id: JSON.parse(item)._id,
+ nom: JSON.parse(item).nom,
+ prenom: JSON.parse(item).prenom,
+ employeur: JSON.parse(item).employeur,
+ email: JSON.parse(item).email,
+ amount: JSON.parse(item).price,
+ opco: JSON.parse(item).opco,
+ modefinancement: JSON.parse(item).modefinancement,
+ civilite: JSON.parse(item).civilite,
+ client_rattachement_nom: JSON.parse(item).client_rattachement_nom,
+ client_rattachement_id: JSON.parse(item).client_rattachement_id,
- {actionmass_insc_val &&
-
- Traiter
+ invoiced: JSON.parse(item).invoiced,
+ invoiced_ref: JSON.parse(item).invoiced_ref,
+ invoiced_date: JSON.parse(item).invoiced_date,
- }
- modal
- nested
- position="center center"
- >
- {close => (
-
-
-
MySy Information
-
- {' '}
+ }
+ ))}
- Confirmer l'action {actionmass_insc_val} en masse.
-
-
-
-
+ columns={columns_inscrit}
+ pageSize={10}
+ className="datagridclass"
-
-
-
- )}
-
+ )}
+
+
+ }
+
+
+
+
+
}
+
+ {String(addOneParticipant) !== "1" && selected_code_session && selected_internal_url &&
+
+
+
+
+
Télécharger un fichier modèle
+
+
+
{participant_file_name}
+ {String(liste_participants_file_change_api) === String("true") &&
}
+ {String(liste_participants_file_change_api) === String("false") &&
}
+
+
+
+
+
}
- }
-
-
-
- {String(addOneParticipant) !== "1" && selected_code_session && selected_internal_url &&
-
-
-
-
-
-
Télécharger un fichier modèle
-
-
-
{participant_file_name}
- {String(liste_participants_file_change_api) === String("true") &&
}
- {String(liste_participants_file_change_api) === String("false") &&
}
-
-
-
-
}
- }
-
-
{String(addOneParticipant) !== "1" && String(display_detail_insc) === "1" && selected_code_session &&