dropdown value set to default 10

This commit is contained in:
Yogesh Ojha
2020-09-29 10:21:46 +05:30
parent 65fc7e2f2f
commit cd4af76fb5
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -122,8 +122,8 @@ c1 = $('#style-2').DataTable({
"sSearchPlaceholder": "Search...",
"sLengthMenu": "Results : _MENU_",
},
"lengthMenu": [5, 10, 20, 50],
"pageLength": 5
"lengthMenu": [5, 10, 20, 30, 50, 100],
"pageLength": 10
});
multiCheck(c1);
</script>
@@ -126,8 +126,8 @@ c1 = $('#style-2').DataTable({
"sSearchPlaceholder": "Search...",
"sLengthMenu": "Results : _MENU_",
},
"lengthMenu": [5, 10, 20, 50],
"pageLength": 5
"lengthMenu": [5, 10, 20, 30, 50, 100],
"pageLength": 10
});
multiCheck(c1);
</script>
+2 -2
View File
@@ -119,8 +119,8 @@ table = $('#style-2').DataTable({
"sSearchPlaceholder": "Search...",
"sLengthMenu": "Results : _MENU_",
},
"lengthMenu": [5, 10, 20, 50],
"pageLength": 5
"lengthMenu": [5, 10, 20, 30, 50, 100],
"pageLength": 10
});
multiCheck(table);
// Handle form submission event