+ {section.body_format !== 'TABLE' ? null : (
+
+ {
+ setShowTable(true);
+ setState(null);
+ }}
+ >
+
+
+
+ )}
{section.heuristic && (
diff --git a/src/components/visual/ResultCard/table_body.tsx b/src/components/visual/ResultCard/table_body.tsx
index f03ea55f2..c68862eb2 100644
--- a/src/components/visual/ResultCard/table_body.tsx
+++ b/src/components/visual/ResultCard/table_body.tsx
@@ -1,10 +1,11 @@
-import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow, Theme } from '@mui/material';
+import type { Theme } from '@mui/material';
+import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from '@mui/material';
import createStyles from '@mui/styles/createStyles';
import makeStyles from '@mui/styles/makeStyles';
import withStyles from '@mui/styles/withStyles';
import type { TableBody as TableData } from 'components/models/base/result_body';
+import TitleKey from 'components/visual/TitleKey';
import { default as React } from 'react';
-import TitleKey from '../TitleKey';
import { KVBody } from './kv_body';
import { TextBody } from './text_body';
diff --git a/src/locales/en/file/detail.json b/src/locales/en/file/detail.json
index 5371b6742..d4a0c1f6d 100644
--- a/src/locales/en/file/detail.json
+++ b/src/locales/en/file/detail.json
@@ -72,6 +72,8 @@
"show_tags": "Tags",
"size": "Size",
"supplementary": "Supplementary files",
+ "table.menubutton": "Enlarge the table",
+ "table.title": "Result Table",
"title": "File Details",
"type": "Type",
"uri_identification": "URI Identification",
diff --git a/src/locales/fr/file/detail.json b/src/locales/fr/file/detail.json
index 74f8d9350..3a5c7c1c4 100644
--- a/src/locales/fr/file/detail.json
+++ b/src/locales/fr/file/detail.json
@@ -72,6 +72,8 @@
"show_tags": "Étiquettes",
"size": "Taille",
"supplementary": "Fichiers supplémentaires",
+ "table.menubutton": "Élargir le tableau",
+ "table.title": "Tableau des résultats",
"tags": "Tags",
"title": "Détails du fichier",
"type": "Type",