Skip to content

Commit

Permalink
don't paginate data tables
Browse files Browse the repository at this point in the history
replace minified jquery dataTables with debuggable version
  • Loading branch information
Dave Pacheco committed May 12, 2012
1 parent 4dbb814 commit d146b1b
Show file tree
Hide file tree
Showing 2 changed files with 11,829 additions and 134 deletions.
1 change: 1 addition & 0 deletions examples/webconsole/resources/js/console.js
Expand Up @@ -164,6 +164,7 @@ function kRedrawDynamic()
'bLengthChange': false,
'bFilter': false,
'bInfo': false,
'bPaginate': false,
'oLanguage': {
'sEmptyTable': 'No objects.'
}
Expand Down

0 comments on commit d146b1b

Please sign in to comment.