Commit 4245e663 authored by mercury233's avatar mercury233

update default length

parent b2107651
......@@ -313,6 +313,7 @@
deckTable = $("#deck").DataTable({
data: processData,
pageLength: 25,
order: [[2, "desc"]],
"ordering": true,
columns: [
......@@ -351,6 +352,7 @@
var table = $(tableID).DataTable({
data: processData,
pageLength: 50,
order: [[2, "desc"]],
"ordering": true,
columns: [
......
......@@ -701,7 +701,7 @@
paging: true,
searching: false,
ordering: false,
pageLength: 10,
pageLength: 25,
lengthChange: false,
info: false,
data: processData,
......
......@@ -169,6 +169,7 @@
});
var table = $('#exp_table').DataTable({
data: processData,
pageLength: 25,
order: [[0, "asc"]],
"ordering": true,
columns: [
......@@ -207,6 +208,7 @@
});
var table = $('#pt_table').DataTable({
data: processData,
pageLength: 25,
order: [[0, "asc"]],
"ordering": true,
columns: [
......
......@@ -310,6 +310,7 @@
});
var table = $(id).DataTable({
paging: true,
pageLength: 25,
searching: false,
ordering: false,
lengthChange: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment