Skip to content

Commit 261e442

Browse files
committed
Added 5 as an option
1 parent 57988e7 commit 261e442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mvc.JQuery.Datatables.Templates/Views/Shared/DataTable.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"bServerSide": true,
3939
"bFilter": @Model.ShowSearch.ToString().ToLower(),
4040
"sDom": '@Html.Raw(Model.Dom)',
41-
"aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
41+
"aLengthMenu": [[5, 10, 25, 50, -1], [5, 10, 25, 50, "All"]],
4242
"bAutoWidth": @Model.AutoWidth.ToString().ToLowerInvariant(),
4343
"sAjaxSource": "@Html.Raw(Model.AjaxUrl)", @Html.Raw(Model.TableTools ? "\"oTableTools\" : { \"sSwfPath\": \"/content/DataTables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf\" }," : "")
4444
"fnServerData": function(sSource, aoData, fnCallback) {

0 commit comments

Comments
 (0)