mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-11 12:27:42 +02:00
Raise wordlists page limit to 50
This commit is contained in:
@@ -88,7 +88,7 @@ $(document).ready(function() {
|
||||
"<'table-responsive'tr>" +
|
||||
"<'dt--bottom-section d-sm-flex justify-content-sm-between text-center'<'dt--pages-count mb-sm-0 mb-3'i><'dt--pagination'p>>",
|
||||
"lengthMenu": [5, 10, 20, 50],
|
||||
"pageLength": 5,
|
||||
"pageLength": 50,
|
||||
"initComplete": function(settings, json) {
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user