Merge pull request #2009 from cdvv7788/Issue/1506

Make LAST UPDATED field in projects table sortable #1506
This commit is contained in:
Bill Nottingham
2018-06-25 16:27:30 -04:00
committed by GitHub

View File

@@ -56,8 +56,7 @@ export default ['i18n', function(i18n) {
label: i18n._('Last Updated'),
filter: "longDate",
columnClass: "col-lg-3 hidden-md hidden-sm hidden-xs",
excludeModal: true,
nosort: true
excludeModal: true
}
},