Skip to content

Commit 70907ea

Browse files
committed
Version 1.4.6. Integrated with DataTable 1.9
1 parent 28be163 commit 70907ea

File tree

9 files changed

+15475
-8577
lines changed

9 files changed

+15475
-8577
lines changed

ScrollInfinite.html

Lines changed: 1599 additions & 0 deletions
Large diffs are not rendered by default.

fixedHeader.html

Lines changed: 1060 additions & 43 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.dataTables_info { padding-top: 0; }
2121
.dataTables_paginate { padding-top: 0; }
2222
.css_right { float: right; }
23+
tfoot th input { width: 90% }
2324
#example_wrapper .fg-toolbar { font-size: 0.8em }
2425
#theme_links span { float: left; padding: 2px 10px; }
2526
</style>
@@ -31,7 +32,10 @@
3132
<script type="text/javascript" src="media/js/jquery.dataTables.columnFilter.js"></script>
3233
<script type="text/javascript">
3334
$(document).ready(function(){
34-
$('#example').dataTable()
35+
$('#example').dataTable({
36+
bJQueryUI: true,
37+
"sPaginationType": "full_numbers"
38+
})
3539
.columnFilter({
3640
aoColumns: [ { type: "select", values: [ 'Gecko', 'Trident', 'KHTML', 'Misc', 'Presto', 'Webkit', 'Tasman'] },
3741
{ type: "text" },
@@ -102,11 +106,13 @@ <h1>
102106
<li>List filters</li>
103107
<li>Date range filters</li>
104108
<li>Number range filters</li>
109+
<li>Form filters</li>
105110
</ul>
106111
</li>
107112

108113
<li>It's free!</li>
109-
<li>Full integration with the DataTables plugin</li>
114+
<li>Full integration with the DataTables 1.9 plugin</li>
115+
<li>Requires JQuery 1.6+</li>
110116

111117
</ul>
112118
</div>

0 commit comments

Comments
 (0)