Skip to content

Commit

Permalink
remove pagination from member table
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed May 22, 2012
1 parent 6c6640d commit 53c0a72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/js/apps/member.js
Expand Up @@ -8,7 +8,9 @@ define([
var app = {
memberTable: function (table) {
$(table).dataTable({
"oLanguage": { "sUrl": "txt/dataTables.txt"}
"oLanguage": { "sUrl": "txt/dataTables.txt"},
"iDisplayLength": 999,
"bLengthChange": false
});
},
agendas : function (uri) {
Expand Down

0 comments on commit 53c0a72

Please sign in to comment.