Skip to content

Commit

Permalink
Dev: Marking Semantic UI, Bootstrap 4 and Material Design integration…
Browse files Browse the repository at this point in the history
…s as tech previews
  • Loading branch information
AllanJard committed Feb 2, 2016
1 parent fe40976 commit e06a6a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions examples/styling/bootstrap4.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="10" framework="bootstrap4">
<dt-example table-type="html" order="12" framework="bootstrap4">

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

<title>Bootstrap 4</title>
<title>Bootstrap 4 (Tech. preview)</title>
<js><![CDATA[
$(document).ready(function() {
$('#example').DataTable();
Expand All @@ -15,7 +15,9 @@ $(document).ready(function() {
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.
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.
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.
]]></info>

Expand Down
2 changes: 1 addition & 1 deletion examples/styling/foundation.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="11" framework="foundation">
<dt-example table-type="html" order="10" framework="foundation">

<css lib="datatables" />
<js lib="jquery datatables" />
Expand Down
2 changes: 1 addition & 1 deletion examples/styling/jqueryUI.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="13" framework="jqueryui">
<dt-example table-type="html" order="11" framework="jqueryui">

<css lib="datatables" />
<js lib="jquery datatables" />
Expand Down
2 changes: 1 addition & 1 deletion examples/styling/material.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="10" framework="material">
<dt-example table-type="html" order="14" framework="material">

<css lib="datatables" />
<js lib="jquery datatables" />
Expand Down
4 changes: 2 additions & 2 deletions examples/styling/semanticui.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="12" framework="semanticui">
<dt-example table-type="html" order="13" framework="semanticui">

<css lib="datatables" />
<js lib="jquery datatables semanticui" />

<title>Semantic UI</title>
<title>Semantic UI (Tech. preview)</title>
<js><![CDATA[
$(document).ready(function() {
$('#example').DataTable();
Expand Down

0 comments on commit e06a6a4

Please sign in to comment.