Log Grid added, using server side filtering, sorting and paging. Using DynamicQueryable.

This commit is contained in:
Mark McDowall
2012-02-09 09:41:51 -08:00
parent ca5888160d
commit 9c24b5989b
16 changed files with 4886 additions and 64 deletions
+2 -2
View File
@@ -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,