mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Log Grid added, using server side filtering, sorting and paging. Using DynamicQueryable.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
<div class="grid-container">
|
||||
<table id="historyGrid" class="hidden-grid">
|
||||
<table id="missingGrid" class="dataTablesGrid hidden-grid">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Series Title</th>
|
||||
@@ -44,7 +44,7 @@
|
||||
$(document).ready(function () {
|
||||
$('#historyGrid').removeClass('hidden-grid');
|
||||
|
||||
oTable = $('#historyGrid').dataTable({
|
||||
oTable = $('.dataTablesGrid').dataTable({
|
||||
//"sAjaxSource": "History/AjaxBinding",
|
||||
//"bProcessing": true,
|
||||
"bShowAll": false,
|
||||
|
||||
Reference in New Issue
Block a user