This commit is contained in:
wassname
2024-12-29 10:35:23 +08:00
parent 09e6e0ba3c
commit db6369add5
5 changed files with 11696 additions and 86 deletions
+8 -2
View File
@@ -70,7 +70,6 @@
<script>
var table = new DataTable('#myTable', {
responsive: true,
{# fixedColumns: false, #}
data: data,
columns: {{ columns }},
order: [[1, 'score']],
@@ -78,7 +77,7 @@ var table = new DataTable('#myTable', {
[10, 25, 50, -1],
[10, 25, 50, 'All']
],
// pageLength: 50,
pageLength: 20,
columnDefs: [
{
targets: 1,
@@ -116,7 +115,14 @@ var table = new DataTable('#myTable', {
}
});
});
},
layout: {
top1: 'searchBuilder'
}
dom: 'Qlfrtip',
searchOptions: {
regex: true,
},
});
// // Add event listeners to the two range filtering inputs
$('#min').keyup( function() { table.draw(); } );
+6 -3
View File
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+7675 -81
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long