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 - 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>