commit | 3a55ad6024fd807dd41ab166993876119bb6f273 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Tue Apr 26 10:10:54 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Tue Apr 26 10:10:54 2016 -0700 |
tree | 4f91db8f313adbcee73196e62da1d305e5993a3a | |
parent | d5efedfdc1a5c7a8acd631c10b061512ecf611e0 [diff] [blame] |
Hiding field in smartTable
diff --git a/views/ngXosViews/sampleView/src/js/main.js b/views/ngXosViews/sampleView/src/js/main.js index 5f7be4d..790eb49 100644 --- a/views/ngXosViews/sampleView/src/js/main.js +++ b/views/ngXosViews/sampleView/src/js/main.js
@@ -60,7 +60,8 @@ }; this.smartTableConfig = { - resource: 'Users' + resource: 'Users', + hiddenFields: ['last_login'] } this.alertConfig = {