Default sort by w/ no link

set key and noLink to true, which will force the list to have a default sort-by, but will not force the list to contain any links
This commit is contained in:
Jared Tabor 2014-12-08 13:33:35 -05:00
parent be63b3e0b3
commit 6d45dbbeb4

View File

@ -24,7 +24,8 @@ angular.module('CustomInventoryListDefinition', [])
fields: {
name: {
//key: true,
key: true,
noLink: true,
label: 'Name',
columnClass: 'col-md-3 col-sm-9 col-xs-9',
modalColumnClass: 'col-md-8'