advanced table fixes

This commit is contained in:
estifanos
2026-07-27 08:52:13 +00:00
parent af85fca02a
commit b5d09d2aea
2 changed files with 75 additions and 50 deletions

View File

@@ -279,6 +279,7 @@ function ProfessionTab() {
{
header: t("configuration.name"),
cell: ({ row }) => row.original.name[locale],
enabled:true
},
{
header: t("configuration.description"),