summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rwxr-xr-xapp/Datatables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Datatables.php b/app/Datatables.php
index b675960119..c276be2743 100755
--- a/app/Datatables.php
+++ b/app/Datatables.php
@@ -139,7 +139,7 @@ class Datatables {
return Html::attributes([
'class' => 'table table-bordered table-sm table-responsive datatables table-source',
//'data-columns' => '[{ type: "text" }, { type: "text" }, { type: "num" }, { type: "num" }, { type: "num" }, { type: "num" }, { type: "text" }, { sorting: false }]',
- 'data-columns' => '[null, null, null, null, null, null, null, null]',
+ 'data-columns' => '[null, null, null, null, null, null, null]',
'data-state-save' => 'true',
] + self::languageAttributes());
}