From d9baaa4d602e25438c6d34c16643ebbbd8a587e6 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Thu, 5 Jul 2018 09:57:08 +0700 Subject: [PATCH] Fix #302 --- app/templates/domain.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/templates/domain.html b/app/templates/domain.html index fc42f40..4a922ff 100644 --- a/app/templates/domain.html +++ b/app/templates/domain.html @@ -140,6 +140,10 @@ // regardless of whatever sorting is done visible: false, targets: [ 7 ] + }, + { + className: "length-break", + targets: [ 4 ] } ], "orderFixed": [[7, 'asc']]