From c60d81dd88fd10b6fc9ebddf572a475cc2aab2fc Mon Sep 17 00:00:00 2001 From: objecttothis Date: Mon, 29 Apr 2024 13:41:06 +0400 Subject: [PATCH] Removed escaping of data Signed-off-by: objecttothis --- app/Views/reports/tabular.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/reports/tabular.php b/app/Views/reports/tabular.php index b618e56d2..83ed73ab3 100644 --- a/app/Views/reports/tabular.php +++ b/app/Views/reports/tabular.php @@ -62,7 +62,7 @@ exportTypes: ['json', 'xml', 'csv', 'txt', 'sql', 'excel', 'pdf'], pagination: true, showColumns: true, - data: , + data: , iconSize: 'sm', paginationVAlign: 'bottom', escape: true,