first commit
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>CryptoDashboard</title>
|
<title>CryptoDashboard</title>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="static/img/favicon.ico"/>
|
<link rel="shortcut icon" type="image/x-icon" href="static/img/favicon.png"/>
|
||||||
<!-- css -->
|
<!-- css -->
|
||||||
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<ul class="sidebar-menu">
|
<ul class="sidebar-menu">
|
||||||
<li class="header">TOOLS</li>
|
<!-- <li class="header">TOOLS</li>
|
||||||
<router-link tag="li" class="pageLink" to="/">
|
<router-link tag="li" class="pageLink" to="/">
|
||||||
<a>
|
<a>
|
||||||
<i class="fa fa-desktop"></i>
|
<i class="fa fa-desktop"></i>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<i class="fa fa-table"></i>
|
<i class="fa fa-table"></i>
|
||||||
<span class="page">Tables</span>
|
<span class="page">Tables</span>
|
||||||
</a>
|
</a>
|
||||||
</router-link>
|
</router-link> -->
|
||||||
|
|
||||||
|
|
||||||
<li class="header">CPHA</li>
|
<li class="header">CPHA</li>
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
static/img/favicon.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
static/img/logo_blk-old
Normal file
After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
static/img/logo_blk_sm-old
Normal file
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
static/img/not.ico
Normal file
After Width: | Height: | Size: 91 KiB |
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>AutoFill example - Column options</title>
|
<title>AutoFill example - Column options</title>
|
||||||
@ -641,4 +641,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>AutoFill example - Complete callback</title>
|
<title>AutoFill example - Complete callback</title>
|
||||||
@ -27,7 +27,7 @@ $(document).ready(function() {
|
|||||||
new $.fn.dataTable.AutoFill( table, {
|
new $.fn.dataTable.AutoFill( table, {
|
||||||
complete: function ( altered ) {
|
complete: function ( altered ) {
|
||||||
var last = altered[ altered.length-1 ];
|
var last = altered[ altered.length-1 ];
|
||||||
alert(
|
alert(
|
||||||
altered.length+' cells were altered in this auto-fill. The '+
|
altered.length+' cells were altered in this auto-fill. The '+
|
||||||
'value of the last cell altered was: '+last.oldValue+' and is '+
|
'value of the last cell altered was: '+last.oldValue+' and is '+
|
||||||
'now '+last.newValue
|
'now '+last.newValue
|
||||||
@ -555,7 +555,7 @@ $(document).ready(function() {
|
|||||||
new $.fn.dataTable.AutoFill( table, {
|
new $.fn.dataTable.AutoFill( table, {
|
||||||
complete: function ( altered ) {
|
complete: function ( altered ) {
|
||||||
var last = altered[ altered.length-1 ];
|
var last = altered[ altered.length-1 ];
|
||||||
alert(
|
alert(
|
||||||
altered.length+' cells were altered in this auto-fill. The '+
|
altered.length+' cells were altered in this auto-fill. The '+
|
||||||
'value of the last cell altered was: '+last.oldValue+' and is '+
|
'value of the last cell altered was: '+last.oldValue+' and is '+
|
||||||
'now '+last.newValue
|
'now '+last.newValue
|
||||||
@ -649,4 +649,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>AutoFill example - Horizontal and vertical fill</title>
|
<title>AutoFill example - Horizontal and vertical fill</title>
|
||||||
@ -638,4 +638,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>AutoFill example - Horizontal fill</title>
|
<title>AutoFill example - Horizontal fill</title>
|
||||||
@ -638,4 +638,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
||||||
@ -63,4 +63,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>AutoFill example - Scrolling DataTable</title>
|
<title>AutoFill example - Scrolling DataTable</title>
|
||||||
@ -635,4 +635,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>AutoFill example - Basic initialisation</title>
|
<title>AutoFill example - Basic initialisation</title>
|
||||||
@ -628,4 +628,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>AutoFill example - Step callback</title>
|
<title>AutoFill example - Step callback</title>
|
||||||
@ -657,4 +657,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Alternative insert styling</title>
|
<title>ColReorder example - Alternative insert styling</title>
|
||||||
@ -634,4 +634,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Individual column filtering</title>
|
<title>ColReorder example - Individual column filtering</title>
|
||||||
@ -27,12 +27,12 @@ $(document).ready(function() {
|
|||||||
var title = $('#example thead th').eq( $(this).index() ).text();
|
var title = $('#example thead th').eq( $(this).index() ).text();
|
||||||
$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
|
$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// DataTable
|
// DataTable
|
||||||
var table = $('#example').DataTable( {
|
var table = $('#example').DataTable( {
|
||||||
dom: 'Rlfrtip'
|
dom: 'Rlfrtip'
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Apply the filter
|
// Apply the filter
|
||||||
$("#example tfoot input").on( 'keyup change', function () {
|
$("#example tfoot input").on( 'keyup change', function () {
|
||||||
table
|
table
|
||||||
@ -556,12 +556,12 @@ $(document).ready(function() {
|
|||||||
var title = $('#example thead th').eq( $(this).index() ).text();
|
var title = $('#example thead th').eq( $(this).index() ).text();
|
||||||
$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
|
$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// DataTable
|
// DataTable
|
||||||
var table = $('#example').DataTable( {
|
var table = $('#example').DataTable( {
|
||||||
dom: 'Rlfrtip'
|
dom: 'Rlfrtip'
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Apply the filter
|
// Apply the filter
|
||||||
$("#example tfoot input").on( 'keyup change', function () {
|
$("#example tfoot input").on( 'keyup change', function () {
|
||||||
table
|
table
|
||||||
@ -653,4 +653,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - ColVis integration</title>
|
<title>ColReorder example - ColVis integration</title>
|
||||||
@ -632,4 +632,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - FixedColumns integration</title>
|
<title>ColReorder example - FixedColumns integration</title>
|
||||||
@ -828,4 +828,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - FixedHeader integration</title>
|
<title>ColReorder example - FixedHeader integration</title>
|
||||||
@ -632,4 +632,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
||||||
@ -71,4 +71,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - jQuery UI styling</title>
|
<title>ColReorder example - jQuery UI styling</title>
|
||||||
@ -632,4 +632,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Initialisation using `new`</title>
|
<title>ColReorder example - Initialisation using `new`</title>
|
||||||
@ -623,4 +623,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Predefined column ordering</title>
|
<title>ColReorder example - Predefined column ordering</title>
|
||||||
@ -633,4 +633,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Realtime updating</title>
|
<title>ColReorder example - Realtime updating</title>
|
||||||
@ -634,4 +634,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Reset ordering API</title>
|
<title>ColReorder example - Reset ordering API</title>
|
||||||
@ -29,10 +29,10 @@ $(document).ready(function() {
|
|||||||
order: [ 4, 3, 2, 1, 0 ]
|
order: [ 4, 3, 2, 1, 0 ]
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
$('#reset').click( function (e) {
|
$('#reset').click( function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
table.colReorder.reset();
|
table.colReorder.reset();
|
||||||
} );
|
} );
|
||||||
} );
|
} );
|
||||||
@ -556,10 +556,10 @@ $(document).ready(function() {
|
|||||||
order: [ 4, 3, 2, 1, 0 ]
|
order: [ 4, 3, 2, 1, 0 ]
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
$('#reset').click( function (e) {
|
$('#reset').click( function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
table.colReorder.reset();
|
table.colReorder.reset();
|
||||||
} );
|
} );
|
||||||
} );</code>
|
} );</code>
|
||||||
@ -646,4 +646,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Scrolling table</title>
|
<title>ColReorder example - Scrolling table</title>
|
||||||
@ -629,4 +629,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Server-side processing</title>
|
<title>ColReorder example - Server-side processing</title>
|
||||||
@ -189,4 +189,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - Basic initialisation</title>
|
<title>ColReorder example - Basic initialisation</title>
|
||||||
@ -627,4 +627,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColReorder example - State saving</title>
|
<title>ColReorder example - State saving</title>
|
||||||
@ -628,4 +628,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Button ordering</title>
|
<title>ColVis example - Button ordering</title>
|
||||||
@ -627,4 +627,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Exclude columns from list</title>
|
<title>ColVis example - Exclude columns from list</title>
|
||||||
@ -629,4 +629,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Group columns</title>
|
<title>ColVis example - Group columns</title>
|
||||||
@ -653,4 +653,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
||||||
@ -69,4 +69,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - jQuery UI styling</title>
|
<title>ColVis example - jQuery UI styling</title>
|
||||||
@ -634,4 +634,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Mouseover activation</title>
|
<title>ColVis example - Mouseover activation</title>
|
||||||
@ -629,4 +629,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - `new` initialisation</title>
|
<title>ColVis example - `new` initialisation</title>
|
||||||
@ -626,4 +626,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Restore / show all</title>
|
<title>ColVis example - Restore / show all</title>
|
||||||
@ -638,4 +638,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Basic initialisation</title>
|
<title>ColVis example - Basic initialisation</title>
|
||||||
@ -624,4 +624,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Custom button text</title>
|
<title>ColVis example - Custom button text</title>
|
||||||
@ -628,4 +628,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Column button callback</title>
|
<title>ColVis example - Column button callback</title>
|
||||||
@ -633,4 +633,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Two tables with individual controls</title>
|
<title>ColVis example - Two tables with individual controls</title>
|
||||||
@ -336,4 +336,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>ColVis example - Two tables with shared controls</title>
|
<title>ColVis example - Two tables with shared controls</title>
|
||||||
@ -360,4 +360,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Bootstrap</title>
|
<title>FixedColumns example - Bootstrap</title>
|
||||||
@ -816,4 +816,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Individual column filtering</title>
|
<title>FixedColumns example - Individual column filtering</title>
|
||||||
@ -34,7 +34,7 @@ $(document).ready(function() {
|
|||||||
var title = $('#example thead th').eq( $(this).index() ).text();
|
var title = $('#example thead th').eq( $(this).index() ).text();
|
||||||
$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
|
$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// DataTable
|
// DataTable
|
||||||
var table = $('#example').DataTable( {
|
var table = $('#example').DataTable( {
|
||||||
scrollY: "300px",
|
scrollY: "300px",
|
||||||
@ -42,7 +42,7 @@ $(document).ready(function() {
|
|||||||
scrollCollapse: true,
|
scrollCollapse: true,
|
||||||
paging: false
|
paging: false
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Apply the filter
|
// Apply the filter
|
||||||
table.columns().indexes().each( function (idx) {
|
table.columns().indexes().each( function (idx) {
|
||||||
$( 'input', table.column( idx ).footer() ).on( 'keyup change', function () {
|
$( 'input', table.column( idx ).footer() ).on( 'keyup change', function () {
|
||||||
@ -746,7 +746,7 @@ $(document).ready(function() {
|
|||||||
var title = $('#example thead th').eq( $(this).index() ).text();
|
var title = $('#example thead th').eq( $(this).index() ).text();
|
||||||
$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
|
$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// DataTable
|
// DataTable
|
||||||
var table = $('#example').DataTable( {
|
var table = $('#example').DataTable( {
|
||||||
scrollY: "300px",
|
scrollY: "300px",
|
||||||
@ -754,7 +754,7 @@ $(document).ready(function() {
|
|||||||
scrollCollapse: true,
|
scrollCollapse: true,
|
||||||
paging: false
|
paging: false
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Apply the filter
|
// Apply the filter
|
||||||
table.columns().indexes().each( function (idx) {
|
table.columns().indexes().each( function (idx) {
|
||||||
$( 'input', table.column( idx ).footer() ).on( 'keyup change', function () {
|
$( 'input', table.column( idx ).footer() ).on( 'keyup change', function () {
|
||||||
@ -854,4 +854,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - ColVis integration</title>
|
<title>FixedColumns example - ColVis integration</title>
|
||||||
@ -830,4 +830,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - CSS row sizing</title>
|
<title>FixedColumns example - CSS row sizing</title>
|
||||||
@ -825,4 +825,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
||||||
@ -71,4 +71,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Index column</title>
|
<title>FixedColumns example - Index column</title>
|
||||||
@ -929,4 +929,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Left and right fixed columns</title>
|
<title>FixedColumns example - Left and right fixed columns</title>
|
||||||
@ -813,4 +813,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Right column only</title>
|
<title>FixedColumns example - Right column only</title>
|
||||||
@ -813,4 +813,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Complex headers</title>
|
<title>FixedColumns example - Complex headers</title>
|
||||||
@ -654,4 +654,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Server-side processing</title>
|
<title>FixedColumns example - Server-side processing</title>
|
||||||
@ -201,4 +201,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Basic initialisation</title>
|
<title>FixedColumns example - Basic initialisation</title>
|
||||||
@ -810,4 +810,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Assigned column width</title>
|
<title>FixedColumns example - Assigned column width</title>
|
||||||
@ -821,4 +821,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Fluid column width</title>
|
<title>FixedColumns example - Fluid column width</title>
|
||||||
@ -821,4 +821,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedColumns example - Multiple fixed columns</title>
|
<title>FixedColumns example - Multiple fixed columns</title>
|
||||||
@ -807,4 +807,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedHeader example - Header and footer fixed</title>
|
<title>FixedHeader example - Header and footer fixed</title>
|
||||||
@ -638,4 +638,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
||||||
@ -66,4 +66,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedHeader example - Basic initialisation</title>
|
<title>FixedHeader example - Basic initialisation</title>
|
||||||
@ -634,4 +634,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedHeader example - Header, left and right all fixed</title>
|
<title>FixedHeader example - Header, left and right all fixed</title>
|
||||||
@ -233,4 +233,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedHeader example - Multiple tables</title>
|
<title>FixedHeader example - Multiple tables</title>
|
||||||
@ -351,4 +351,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>FixedHeader example - z-index order control</title>
|
<title>FixedHeader example - z-index order control</title>
|
||||||
@ -650,4 +650,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>KeyTable example - Events</title>
|
<title>KeyTable example - Events</title>
|
||||||
@ -35,37 +35,37 @@ $(document).ready(function() {
|
|||||||
keys.event.focus( 4, null, function( node, x, y ) {
|
keys.event.focus( 4, null, function( node, x, y ) {
|
||||||
eventMsg( "Cell "+x+","+y+" focused ('live' event - column)" );
|
eventMsg( "Cell "+x+","+y+" focused ('live' event - column)" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Focus handler for all cells in 8th row */
|
/* Focus handler for all cells in 8th row */
|
||||||
keys.event.focus( null, 7, function( node, x, y ) {
|
keys.event.focus( null, 7, function( node, x, y ) {
|
||||||
eventMsg( "Cell "+x+","+y+" focused ('live' event - row)" );
|
eventMsg( "Cell "+x+","+y+" focused ('live' event - row)" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Focus using coords. */
|
/* Focus using coords. */
|
||||||
keys.event.focus( 1, 0, function( node ) {
|
keys.event.focus( 1, 0, function( node ) {
|
||||||
keys.event.remove.focus( node );
|
keys.event.remove.focus( node );
|
||||||
eventMsg( "Cell 1,0 focus - this event has now been removed" );
|
eventMsg( "Cell 1,0 focus - this event has now been removed" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
keys.event.focus( 1, 3, function() {
|
keys.event.focus( 1, 3, function() {
|
||||||
eventMsg( "Cell 1,3 focus" );
|
eventMsg( "Cell 1,3 focus" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* focus with a node */
|
/* focus with a node */
|
||||||
keys.event.focus( $('#example tbody tr:eq(2) td:eq(0)')[0], function() {
|
keys.event.focus( $('#example tbody tr:eq(2) td:eq(0)')[0], function() {
|
||||||
eventMsg( "Cell 0,2 focus" );
|
eventMsg( "Cell 0,2 focus" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Blur using a node */
|
/* Blur using a node */
|
||||||
keys.event.blur( $('#example tbody tr:eq(1) td:eq(2)')[0], function() {
|
keys.event.blur( $('#example tbody tr:eq(1) td:eq(2)')[0], function() {
|
||||||
eventMsg( "Cell 1,2 blur" );
|
eventMsg( "Cell 1,2 blur" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Blur using coords */
|
/* Blur using coords */
|
||||||
keys.event.blur( 2, 4, function() {
|
keys.event.blur( 2, 4, function() {
|
||||||
eventMsg( "Cell 2,4 blur" );
|
eventMsg( "Cell 2,4 blur" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Action */
|
/* Action */
|
||||||
keys.event.action( 2, 2, function( node ) {
|
keys.event.action( 2, 2, function( node ) {
|
||||||
eventMsg( "Cell 2,2 action" );
|
eventMsg( "Cell 2,2 action" );
|
||||||
@ -76,7 +76,7 @@ $(document).ready(function() {
|
|||||||
node.style.fontWeight = "normal";
|
node.style.fontWeight = "normal";
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
keys.event.action( 2, 5, function( node ) {
|
keys.event.action( 2, 5, function( node ) {
|
||||||
eventMsg( "Cell 2,5 action" );
|
eventMsg( "Cell 2,5 action" );
|
||||||
if ( node.style.fontStyle == "" ) {
|
if ( node.style.fontStyle == "" ) {
|
||||||
@ -618,37 +618,37 @@ $(document).ready(function() {
|
|||||||
keys.event.focus( 4, null, function( node, x, y ) {
|
keys.event.focus( 4, null, function( node, x, y ) {
|
||||||
eventMsg( "Cell "+x+","+y+" focused ('live' event - column)" );
|
eventMsg( "Cell "+x+","+y+" focused ('live' event - column)" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Focus handler for all cells in 8th row */
|
/* Focus handler for all cells in 8th row */
|
||||||
keys.event.focus( null, 7, function( node, x, y ) {
|
keys.event.focus( null, 7, function( node, x, y ) {
|
||||||
eventMsg( "Cell "+x+","+y+" focused ('live' event - row)" );
|
eventMsg( "Cell "+x+","+y+" focused ('live' event - row)" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Focus using coords. */
|
/* Focus using coords. */
|
||||||
keys.event.focus( 1, 0, function( node ) {
|
keys.event.focus( 1, 0, function( node ) {
|
||||||
keys.event.remove.focus( node );
|
keys.event.remove.focus( node );
|
||||||
eventMsg( "Cell 1,0 focus - this event has now been removed" );
|
eventMsg( "Cell 1,0 focus - this event has now been removed" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
keys.event.focus( 1, 3, function() {
|
keys.event.focus( 1, 3, function() {
|
||||||
eventMsg( "Cell 1,3 focus" );
|
eventMsg( "Cell 1,3 focus" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* focus with a node */
|
/* focus with a node */
|
||||||
keys.event.focus( $('#example tbody tr:eq(2) td:eq(0)')[0], function() {
|
keys.event.focus( $('#example tbody tr:eq(2) td:eq(0)')[0], function() {
|
||||||
eventMsg( "Cell 0,2 focus" );
|
eventMsg( "Cell 0,2 focus" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Blur using a node */
|
/* Blur using a node */
|
||||||
keys.event.blur( $('#example tbody tr:eq(1) td:eq(2)')[0], function() {
|
keys.event.blur( $('#example tbody tr:eq(1) td:eq(2)')[0], function() {
|
||||||
eventMsg( "Cell 1,2 blur" );
|
eventMsg( "Cell 1,2 blur" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Blur using coords */
|
/* Blur using coords */
|
||||||
keys.event.blur( 2, 4, function() {
|
keys.event.blur( 2, 4, function() {
|
||||||
eventMsg( "Cell 2,4 blur" );
|
eventMsg( "Cell 2,4 blur" );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
/* Action */
|
/* Action */
|
||||||
keys.event.action( 2, 2, function( node ) {
|
keys.event.action( 2, 2, function( node ) {
|
||||||
eventMsg( "Cell 2,2 action" );
|
eventMsg( "Cell 2,2 action" );
|
||||||
@ -659,7 +659,7 @@ $(document).ready(function() {
|
|||||||
node.style.fontWeight = "normal";
|
node.style.fontWeight = "normal";
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
keys.event.action( 2, 5, function( node ) {
|
keys.event.action( 2, 5, function( node ) {
|
||||||
eventMsg( "Cell 2,5 action" );
|
eventMsg( "Cell 2,5 action" );
|
||||||
if ( node.style.fontStyle == "" ) {
|
if ( node.style.fontStyle == "" ) {
|
||||||
@ -753,4 +753,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>KeyTable example - Plain HTML table</title>
|
<title>KeyTable example - Plain HTML table</title>
|
||||||
@ -624,4 +624,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
||||||
@ -66,4 +66,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>KeyTable example - Scrolling table</title>
|
<title>KeyTable example - Scrolling table</title>
|
||||||
@ -634,4 +634,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>KeyTable example - Basic initialisation</title>
|
<title>KeyTable example - Basic initialisation</title>
|
||||||
@ -628,4 +628,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Column controlled child rows</title>
|
<title>Responsive example - Column controlled child rows</title>
|
||||||
@ -851,4 +851,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Custom child row renderer</title>
|
<title>Responsive example - Custom child row renderer</title>
|
||||||
@ -860,4 +860,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Disable child rows</title>
|
<title>Responsive example - Disable child rows</title>
|
||||||
@ -816,4 +816,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
||||||
@ -69,4 +69,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Column control - right</title>
|
<title>Responsive example - Column control - right</title>
|
||||||
@ -847,4 +847,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Whole row child row control</title>
|
<title>Responsive example - Whole row child row control</title>
|
||||||
@ -850,4 +850,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Automatic column hiding</title>
|
<title>Responsive example - Automatic column hiding</title>
|
||||||
@ -810,4 +810,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Class control</title>
|
<title>Responsive example - Class control</title>
|
||||||
@ -244,4 +244,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Complex headers (rowspan / colspan)</title>
|
<title>Responsive example - Complex headers (rowspan / colspan)</title>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
th {
|
th {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 41px;
|
min-height: 41px;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -40,7 +40,7 @@ $(document).ready(function() {
|
|||||||
// jQuery update a column title from the demo table to contain a long description
|
// jQuery update a column title from the demo table to contain a long description
|
||||||
// You would not need to do this in your own code.
|
// You would not need to do this in your own code.
|
||||||
$('#example thead tr:eq(0) th:eq(2)').html("This is a really long column title!");
|
$('#example thead tr:eq(0) th:eq(2)').html("This is a really long column title!");
|
||||||
|
|
||||||
// Wrap the colspan'ing header cells with a span so they can be positioned
|
// Wrap the colspan'ing header cells with a span so they can be positioned
|
||||||
// absolutely - filling the available space, and no more.
|
// absolutely - filling the available space, and no more.
|
||||||
$('#example thead th[colspan]').wrapInner( '<span/>' ).append( ' ' );
|
$('#example thead th[colspan]').wrapInner( '<span/>' ).append( ' ' );
|
||||||
@ -576,7 +576,7 @@ $(document).ready(function() {
|
|||||||
// jQuery update a column title from the demo table to contain a long description
|
// jQuery update a column title from the demo table to contain a long description
|
||||||
// You would not need to do this in your own code.
|
// You would not need to do this in your own code.
|
||||||
$('#example thead tr:eq(0) th:eq(2)').html("This is a really long column title!");
|
$('#example thead tr:eq(0) th:eq(2)').html("This is a really long column title!");
|
||||||
|
|
||||||
// Wrap the colspan'ing header cells with a span so they can be positioned
|
// Wrap the colspan'ing header cells with a span so they can be positioned
|
||||||
// absolutely - filling the available space, and no more.
|
// absolutely - filling the available space, and no more.
|
||||||
$('#example thead th[colspan]').wrapInner( '<span/>' ).append( '&nbsp;' );
|
$('#example thead th[colspan]').wrapInner( '<span/>' ).append( '&nbsp;' );
|
||||||
@ -607,7 +607,7 @@ $(document).ready(function() {
|
|||||||
additional CSS used is shown below:</p><code class="multiline language-css">th {
|
additional CSS used is shown below:</p><code class="multiline language-css">th {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 41px;
|
min-height: 41px;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -705,4 +705,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - With FixedHeader</title>
|
<title>Responsive example - With FixedHeader</title>
|
||||||
@ -822,4 +822,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
||||||
@ -62,4 +62,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Assigned class control</title>
|
<title>Responsive example - Assigned class control</title>
|
||||||
@ -212,4 +212,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
||||||
@ -83,4 +83,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Ajax data</title>
|
<title>Responsive example - Ajax data</title>
|
||||||
@ -207,4 +207,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Class name</title>
|
<title>Responsive example - Class name</title>
|
||||||
@ -809,4 +809,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Default initialisation</title>
|
<title>Responsive example - Default initialisation</title>
|
||||||
@ -819,4 +819,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
||||||
@ -62,4 +62,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - `new` constructor</title>
|
<title>Responsive example - `new` constructor</title>
|
||||||
@ -818,4 +818,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Configuration option</title>
|
<title>Responsive example - Configuration option</title>
|
||||||
@ -817,4 +817,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Bootstrap styling</title>
|
<title>Responsive example - Bootstrap styling</title>
|
||||||
@ -828,4 +828,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Compact styling</title>
|
<title>Responsive example - Compact styling</title>
|
||||||
@ -813,4 +813,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Foundation styling</title>
|
<title>Responsive example - Foundation styling</title>
|
||||||
@ -819,4 +819,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
||||||
@ -54,4 +54,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Responsive example - Vertical scrolling</title>
|
<title>Responsive example - Vertical scrolling</title>
|
||||||
@ -823,4 +823,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Scroller example - API</title>
|
<title>Scroller example - API</title>
|
||||||
@ -171,4 +171,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
|
||||||
@ -80,4 +80,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Scroller example - Client-side data source (50,000 rows)</title>
|
<title>Scroller example - Client-side data source (50,000 rows)</title>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
for ( var i=0 ; i<50000 ; i++ ) {
|
for ( var i=0 ; i<50000 ; i++ ) {
|
||||||
data.push( [ i, i, i, i, i ] );
|
data.push( [ i, i, i, i, i ] );
|
||||||
}
|
}
|
||||||
|
|
||||||
var oTable = $('#example').dataTable( {
|
var oTable = $('#example').dataTable( {
|
||||||
data: data,
|
data: data,
|
||||||
deferRender: true,
|
deferRender: true,
|
||||||
@ -84,7 +84,7 @@
|
|||||||
for ( var i=0 ; i<50000 ; i++ ) {
|
for ( var i=0 ; i<50000 ; i++ ) {
|
||||||
data.push( [ i, i, i, i, i ] );
|
data.push( [ i, i, i, i, i ] );
|
||||||
}
|
}
|
||||||
|
|
||||||
var oTable = $('#example').dataTable( {
|
var oTable = $('#example').dataTable( {
|
||||||
data: data,
|
data: data,
|
||||||
deferRender: true,
|
deferRender: true,
|
||||||
@ -179,4 +179,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Scroller example - Server-side processing (5,000,000 rows)</title>
|
<title>Scroller example - Server-side processing (5,000,000 rows)</title>
|
||||||
@ -217,4 +217,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Scroller example - Basic initialisation</title>
|
<title>Scroller example - Basic initialisation</title>
|
||||||
@ -172,4 +172,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.png">
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
||||||
|
|
||||||
<title>Scroller example - State saving</title>
|
<title>Scroller example - State saving</title>
|
||||||
@ -167,4 +167,4 @@ $(document).ready(function() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|