first commit

This commit is contained in:
2022-02-27 17:08:29 +01:00
parent 7a4a674d3c
commit c604f61cec
119 changed files with 259 additions and 259 deletions

View File

@ -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>Responsive example - Column controlled child rows</title>
@ -851,4 +851,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Custom child row renderer</title>
@ -860,4 +860,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Disable child rows</title>
@ -816,4 +816,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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">
@ -69,4 +69,4 @@
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Column control - right</title>
@ -847,4 +847,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Whole row child row control</title>
@ -850,4 +850,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Automatic column hiding</title>
@ -810,4 +810,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Class control</title>
@ -244,4 +244,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Complex headers (rowspan / colspan)</title>
@ -15,7 +15,7 @@
th {
position: relative;
min-height: 41px;
}
}
span {
display: block;
position: absolute;
@ -40,7 +40,7 @@ $(document).ready(function() {
// 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.
$('#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
// absolutely - filling the available space, and no more.
$('#example thead th[colspan]').wrapInner( '<span/>' ).append( '&nbsp;' );
@ -576,7 +576,7 @@ $(document).ready(function() {
// 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.
$('#example thead tr:eq(0) th:eq(2)').html(&quot;This is a really long column title!&quot;);
// Wrap the colspan'ing header cells with a span so they can be positioned
// absolutely - filling the available space, and no more.
$('#example thead th[colspan]').wrapInner( '&lt;span/&gt;' ).append( '&amp;nbsp;' );
@ -607,7 +607,7 @@ $(document).ready(function() {
additional CSS used is shown below:</p><code class="multiline language-css">th {
position: relative;
min-height: 41px;
}
}
span {
display: block;
position: absolute;
@ -705,4 +705,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - With FixedHeader</title>
@ -822,4 +822,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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">
@ -62,4 +62,4 @@
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Assigned class control</title>
@ -212,4 +212,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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">
@ -83,4 +83,4 @@
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Ajax data</title>
@ -207,4 +207,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Class name</title>
@ -809,4 +809,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Default initialisation</title>
@ -819,4 +819,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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">
@ -62,4 +62,4 @@
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - `new` constructor</title>
@ -818,4 +818,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Configuration option</title>
@ -817,4 +817,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Bootstrap styling</title>
@ -828,4 +828,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Compact styling</title>
@ -813,4 +813,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Foundation styling</title>
@ -819,4 +819,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>

View File

@ -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">
@ -54,4 +54,4 @@
</div>
</section>
</body>
</html>
</html>

View File

@ -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>Responsive example - Vertical scrolling</title>
@ -823,4 +823,4 @@ $(document).ready(function() {
</div>
</section>
</body>
</html>
</html>