feat: gestion des no data dans les table [#33]

This commit is contained in:
N3WT DE COMPET
2025-05-17 14:35:33 +02:00
parent 3990d75e52
commit 2888f8dcce
14 changed files with 258 additions and 103 deletions

View File

@ -81,7 +81,7 @@ export default function FilesToUpload({
},
{
name: 'Priorité',
transform: (row) => (
transform: (row) =>
row.is_required ? (
<span className="flex items-center justify-center">
<span className="px-2 py-1 rounded-full bg-red-100 text-red-600 text-xs font-semibold">
@ -94,8 +94,7 @@ export default function FilesToUpload({
Optionnel
</span>
</span>
)
),
),
},
{
name: 'Statut',