- {String(participant_data_edit_mode) !== "1" &&
}
diff --git a/src/components/DisplayPartnerTrainingsPagination.js b/src/components/DisplayPartnerTrainingsPagination.js
index fd6ff5c..097c386 100644
--- a/src/components/DisplayPartnerTrainingsPagination.js
+++ b/src/components/DisplayPartnerTrainingsPagination.js
@@ -7,8 +7,7 @@ import Button from '@mui/material/Button';
import Select from 'react-select'
import { getCookie } from 'react-use-cookie';
import { DataGrid, GridToolbar, frFR } from '@mui/x-data-grid';
-import Footer from "./Fotter";
-import tick_ko from "../mysy_img/tick_KO.png";
+
import Popup from 'reactjs-popup';
import 'reactjs-popup/dist/index.css';
import { AiFillCloseCircle, } from "react-icons/ai";
@@ -238,14 +237,14 @@ const DistplayPartnerTraningsPage = (props) => {
{ field: 'internal_url', headerName: 'internal_url', hide: true },
{ field: 'external_code', headerName: 'Code Formation', hideable: false, minWidth: 150, flex: 1, maxWidth: 250, editable: false },
{ field: 'title', headerName: 'Titre', flex: 1, hideable: false, minWidth: 320, flex: 1, editable: false },
- { field: 'domain', headerName: 'Domaine', minWidth: 50, flex:1, maxWidth:150, hideable: true, },
- { field: 'metier', headerName: 'Métier', minWidth: 50, flex:1, maxWidth:150, hideable: true, hide: true },
+ { field: 'domain', headerName: 'Domaine', minWidth: 50, flex: 1, maxWidth: 150, hideable: true, },
+ { field: 'metier', headerName: 'Métier', minWidth: 50, flex: 1, maxWidth: 150, hideable: true, hide: true },
{ field: 'url', headerName: 'lien', minWidth: 20, hideable: true, hide: true },
{ field: 'description', headerName: 'Description', hide: true, resizable: true, minWidth: 100, maxWidth: 150, flex: 1 },
- { field: 'price', headerName: 'Prix', minWidth: 50, flex:1, maxWidth:100, align: "center", resizable: true, hide: ismobilephone_columns_hide },
+ { field: 'price', headerName: 'Prix', minWidth: 50, flex: 1, maxWidth: 100, align: "center", resizable: true, hide: ismobilephone_columns_hide },
{
- field: 'published', headerName: 'Publié', minWidth: 50, flex:1, maxWidth:100, align: "center", resizable: true,
+ field: 'published', headerName: 'Publié', minWidth: 50, flex: 1, maxWidth: 100, align: "center", resizable: true,
valueFormatter: (params) => {
if (String(params.value) === "0")
return "Non";
@@ -256,7 +255,7 @@ const DistplayPartnerTraningsPage = (props) => {
},
},
{
- field: "management", headerName: 'Gestion', minWidth: 50, flex:1, maxWidth:100,
+ field: "management", headerName: 'Gestion', minWidth: 50, flex: 1, maxWidth: 100,
renderCell: (cellValues) => {
return (
@@ -274,7 +273,7 @@ const DistplayPartnerTraningsPage = (props) => {
}
},
{
- field: "visual", headerName: 'Visualiser', minWidth: 50, flex:1, maxWidth:100,
+ field: "visual", headerName: 'Visualiser', minWidth: 50, flex: 1, maxWidth: 100,
renderCell: (cellValues) => {
return (
@@ -292,7 +291,7 @@ const DistplayPartnerTraningsPage = (props) => {
}
},
{
- field: "Print", headerName: 'Editer', minWidth: 50, flex:1, maxWidth:100,
+ field: "Print", headerName: 'Editer', minWidth: 50, flex: 1, maxWidth: 100,
renderCell: (cellValues) => {
return (
@@ -311,7 +310,7 @@ const DistplayPartnerTraningsPage = (props) => {
},
{
- field: "push_to_lms", headerName: 'E-learning Creation', minWidth: 100, flex:1, maxWidth:150,
+ field: "push_to_lms", headerName: 'E-learning Creation', minWidth: 100, flex: 1, maxWidth: 150,
renderCell: (cellValues) => {
return (