Skip to content
Snippets Groups Projects
Commit 43d885f9 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

disable sort on dates

parent aefe1c47
No related branches found
No related tags found
1 merge request!137feat(grdf): display grdf consents
This commit is part of merge request !137. Comments created here will be created in the context of that merge request.
......@@ -67,7 +67,7 @@ export const grdfColumnDef: ColDef[] = [
headerName: 'Début du consentement',
initialWidth: 150,
filter: true,
sort: 'desc',
sortable: false,
},
{
field: 'endDate',
......@@ -75,5 +75,6 @@ export const grdfColumnDef: ColDef[] = [
headerName: 'Fin du consentement',
initialWidth: 150,
filter: true,
sortable: false,
},
]
......@@ -87,7 +87,7 @@ export const sgeColumnDefs: ColDef[] = [
headerName: 'Début du consentement',
initialWidth: 150,
filter: true,
sort: 'desc',
sortable: false,
},
{
field: 'endDate',
......@@ -95,5 +95,6 @@ export const sgeColumnDefs: ColDef[] = [
headerName: 'Fin du consentement',
initialWidth: 150,
filter: true,
sortable: false,
},
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment