From d3bd1fef482b1556a16464c7484cae62844a5ee1 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 26 Aug 2021 10:02:51 -0400 Subject: [PATCH] SearchKit - only show sortable help text for sortable columns in table display --- .../ang/crmSearchDisplayTable/crmSearchDisplayTable.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/search_kit/ang/crmSearchDisplayTable/crmSearchDisplayTable.html b/ext/search_kit/ang/crmSearchDisplayTable/crmSearchDisplayTable.html index dc890ce6ea..140fdaad6d 100644 --- a/ext/search_kit/ang/crmSearchDisplayTable/crmSearchDisplayTable.html +++ b/ext/search_kit/ang/crmSearchDisplayTable/crmSearchDisplayTable.html @@ -9,9 +9,9 @@ - - - {{ col.label }} + + + {{:: col.label }} -- 2.25.1