Skip to content

Commit e06a6a4

Browse files
committed
Dev: Marking Semantic UI, Bootstrap 4 and Material Design integrations as tech previews
1 parent fe40976 commit e06a6a4

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

examples/styling/bootstrap4.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<dt-example table-type="html" order="10" framework="bootstrap4">
2+
<dt-example table-type="html" order="12" framework="bootstrap4">
33

44
<css lib="datatables" />
55
<js lib="jquery datatables" />
66

7-
<title>Bootstrap 4</title>
7+
<title>Bootstrap 4 (Tech. preview)</title>
88
<js><![CDATA[
99
$(document).ready(function() {
1010
$('#example').DataTable();
@@ -15,7 +15,9 @@ $(document).ready(function() {
1515
1616
As with Bootstrap 3, DataTables can also be integrated seamlessly with Bootstrap 4. At the time of writing this example Bootstrap 4 was at the alpha stage, so things can, and probably still will change before DataTables integration with Bootstrap 4 is complete.
1717
18-
This integration is done simply by including the DataTables Bootstrap 4 files (CSS and JS) which will set the defaults needed for DataTables to be initialised as normal, as shown in this examples. These integration libraries are not currently available in the DataTables download builder, but will become so when Bootstrap 4 is released. Until then they need to be included from source.
18+
This integration is done simply by including the DataTables Bootstrap 4 files (CSS and JS) which will set the defaults needed for DataTables to be initialised as normal, as shown in this examples.
19+
20+
These integration libraries are not currently available in the DataTables download builder, but will become so when Bootstrap 4 is released. Until then they need to be included from source.
1921
2022
]]></info>
2123

examples/styling/foundation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<dt-example table-type="html" order="11" framework="foundation">
2+
<dt-example table-type="html" order="10" framework="foundation">
33

44
<css lib="datatables" />
55
<js lib="jquery datatables" />

examples/styling/jqueryUI.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<dt-example table-type="html" order="13" framework="jqueryui">
2+
<dt-example table-type="html" order="11" framework="jqueryui">
33

44
<css lib="datatables" />
55
<js lib="jquery datatables" />

examples/styling/material.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<dt-example table-type="html" order="10" framework="material">
2+
<dt-example table-type="html" order="14" framework="material">
33

44
<css lib="datatables" />
55
<js lib="jquery datatables" />

examples/styling/semanticui.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<dt-example table-type="html" order="12" framework="semanticui">
2+
<dt-example table-type="html" order="13" framework="semanticui">
33

44
<css lib="datatables" />
55
<js lib="jquery datatables semanticui" />
66

7-
<title>Semantic UI</title>
7+
<title>Semantic UI (Tech. preview)</title>
88
<js><![CDATA[
99
$(document).ready(function() {
1010
$('#example').DataTable();

0 commit comments

Comments
 (0)