mirror of
https://github.com/wassname/scrape_r_rational.git
synced 2026-08-20 12:50:33 +08:00
wip
This commit is contained in:
+8
-2
@@ -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
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
+7675
-81
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user