Skip to content

Commit

Permalink
Merge pull request #1078 from VinceMacBuche/ust_8107/the_default_numb…
Browse files Browse the repository at this point in the history
…er_of_lines_in_table_is_too_low

Fixes #8107: The default number of lines in table is too low
  • Loading branch information
fanf committed Apr 18, 2016
2 parents dbb2416 + 0ecd4b0 commit 81a75b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,8 @@ function createTable(gridId,data,columns, customParams, contextPath, refresh, st
, "aoColumns": columns
, "aaData": data
, "bJQueryUI": true
, "lengthMenu": [ [10, 25, 50, 100, 500, 1000, -1], [10, 25, 50, 100, 500, 1000, "All"] ]
, "pageLength": 25
};

if (storageId !== undefined) {
Expand Down

0 comments on commit 81a75b4

Please sign in to comment.