no clickable headers for virtual fields, thanks Anthony

This commit is contained in:
mdipierro
2013-06-17 10:41:56 -05:00
parent 5f9615bd10
commit 676dc2e377
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2232,7 +2232,7 @@ class SQLFORM(FORM):
continue
key = str(field)
header = headers.get(str(field), field.label or key)
if sortable:
if sortable and not isinstance(field, Field.Virtual):
if key == order:
key, marker = '~' + order, sorter_icons[0]
elif key == order[1:]: