remove sorter arrow for action columns

This commit is contained in:
Jacky 2017-11-05 10:20:15 -05:00
parent 9a93ab091d
commit facffdca37

View File

@ -277,6 +277,9 @@ Refine.OpenProjectUI.prototype._renderProjects = function(data) {
$(table).tablesorter({ $(table).tablesorter({
headers : { headers : {
0: { sorter: false },
1: { sorter: false },
2: { sorter: false },
3 : { 3 : {
sorter : "isoDateParser" sorter : "isoDateParser"
} }