all repos — Private-Trackers-Spreadsheet @ 27e9900764c6c3e90109f3986888262484cd00d8

A spreadsheet providing detailed information about private trackers

(Update) Responsive Table
HDVinnie unit3d@protonmail.com
Mon, 30 Dec 2019 23:53:32 -0500
commit

27e9900764c6c3e90109f3986888262484cd00d8

parent

ae3e164d74ddfa8b55e69025e075be9f2454d4f0

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
M assets/js/app.jsassets/js/app.js

@@ -21,6 +21,7 @@ { data: 'Join Diff' },

{ data: 'Updated' }, ], paging: false, + responsive: true, order: [[ 0, "asc" ]] }; const table = $('#table').DataTable(options);
M index.htmlindex.html

@@ -7,12 +7,12 @@ <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css">

<link rel="stylesheet" type="text/css" href="assets/css/custom.css"> <!-- Datatables --> - <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.css"> + <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.20/fh-3.1.6/r-2.2.3/sl-1.3.1/datatables.min.css"/> <link rel="stylesheet" type="text/css" href="assets/css/table.css"> <!-- jQuery & Datatables --> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> - <script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.js"></script> + <script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.10.20/fh-3.1.6/r-2.2.3/sl-1.3.1/datatables.min.js"></script> <script type="text/javascript" charset="UTF-8" src="assets/js/app.js"></script> <!-- #FONT-AWESOME -->

@@ -36,7 +36,7 @@ </div>

<h1> <i class="fas fa-skull-crossbones text-danger"></i> Private Tracker List </h1> - <table id="table" class="dataTable table-striped compact hover"> + <table id="table" class="dataTable table-striped compact hover" style="width: 100% !important;"> <thead> <tr> <th>Name</th>