diff --git a/src/sunstone/public/app/utils/tab-datatable.js b/src/sunstone/public/app/utils/tab-datatable.js index b2319dab59..24dc8b553f 100644 --- a/src/sunstone/public/app/utils/tab-datatable.js +++ b/src/sunstone/public/app/utils/tab-datatable.js @@ -154,7 +154,7 @@ define(function(require) { this.initSelectResourceTableSelect(); } else { - this.dataTableOptions.pageLength = config['page_length']; + this.dataTableOptions.pageLength = parseInt(config['page_length']); } this.dataTable = $('#' + this.dataTableId).dataTable(this.dataTableOptions);