summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-smart-table/src/stConfig.js
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-smart-table/src/stConfig.js')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-smart-table/src/stConfig.js26
1 files changed, 26 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-smart-table/src/stConfig.js b/ecomp-portal-FE/client/bower_components/angular-smart-table/src/stConfig.js
new file mode 100644
index 00000000..6cddf486
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-smart-table/src/stConfig.js
@@ -0,0 +1,26 @@
+ng.module('smart-table')
+ .constant('stConfig', {
+ pagination: {
+ template: 'template/smart-table/pagination.html',
+ itemsByPage: 10,
+ displayedPages: 5
+ },
+ search: {
+ delay: 400, // ms
+ inputEvent: 'input'
+ },
+ select: {
+ mode: 'single',
+ selectedClass: 'st-selected'
+ },
+ sort: {
+ ascentClass: 'st-sort-ascent',
+ descentClass: 'st-sort-descent',
+ descendingFirst: false,
+ skipNatural: false,
+ delay:300
+ },
+ pipe: {
+ delay: 100 //ms
+ }
+ }); \ No newline at end of file