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 = {