first commit
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Bootstrap</title>
 | 
			
		||||
@@ -816,4 +816,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Individual column filtering</title>
 | 
			
		||||
@@ -34,7 +34,7 @@ $(document).ready(function() {
 | 
			
		||||
		var title = $('#example thead th').eq( $(this).index() ).text();
 | 
			
		||||
		$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
 | 
			
		||||
	} );
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
	// DataTable
 | 
			
		||||
	var table = $('#example').DataTable( {
 | 
			
		||||
		scrollY:        "300px",
 | 
			
		||||
@@ -42,7 +42,7 @@ $(document).ready(function() {
 | 
			
		||||
		scrollCollapse: true,
 | 
			
		||||
		paging:         false
 | 
			
		||||
	} );
 | 
			
		||||
	 
 | 
			
		||||
 | 
			
		||||
	// Apply the filter
 | 
			
		||||
	table.columns().indexes().each( function (idx) {
 | 
			
		||||
		$( '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();
 | 
			
		||||
		$(this).html( '<input type="text" placeholder="Search '+title+'" />' );
 | 
			
		||||
	} );
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
	// DataTable
 | 
			
		||||
	var table = $('#example').DataTable( {
 | 
			
		||||
		scrollY:        "300px",
 | 
			
		||||
@@ -754,7 +754,7 @@ $(document).ready(function() {
 | 
			
		||||
		scrollCollapse: true,
 | 
			
		||||
		paging:         false
 | 
			
		||||
	} );
 | 
			
		||||
	 
 | 
			
		||||
 | 
			
		||||
	// Apply the filter
 | 
			
		||||
	table.columns().indexes().each( function (idx) {
 | 
			
		||||
		$( 'input', table.column( idx ).footer() ).on( 'keyup change', function () {
 | 
			
		||||
@@ -854,4 +854,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - ColVis integration</title>
 | 
			
		||||
@@ -830,4 +830,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - CSS row sizing</title>
 | 
			
		||||
@@ -825,4 +825,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
	<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
 | 
			
		||||
	<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
 | 
			
		||||
@@ -71,4 +71,4 @@
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Index column</title>
 | 
			
		||||
@@ -929,4 +929,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Left and right fixed columns</title>
 | 
			
		||||
@@ -813,4 +813,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Right column only</title>
 | 
			
		||||
@@ -813,4 +813,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Complex headers</title>
 | 
			
		||||
@@ -654,4 +654,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Server-side processing</title>
 | 
			
		||||
@@ -201,4 +201,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Basic initialisation</title>
 | 
			
		||||
@@ -810,4 +810,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Assigned column width</title>
 | 
			
		||||
@@ -821,4 +821,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Fluid column width</title>
 | 
			
		||||
@@ -821,4 +821,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<html>
 | 
			
		||||
<head>
 | 
			
		||||
	<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">
 | 
			
		||||
 | 
			
		||||
	<title>FixedColumns example - Multiple fixed columns</title>
 | 
			
		||||
@@ -807,4 +807,4 @@ $(document).ready(function() {
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user