mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
30 lines
819 B
XML
30 lines
819 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<dt-example table-type="html-wide" table-class="tdisplay responsive" order="2">
|
||
|
|
||
|
<css lib="foundation datatables-foundation responsive">
|
||
|
table.dataTable th,
|
||
|
table.dataTable td {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
</css>
|
||
|
<js lib="jquery datatables responsive datatables-foundation">
|
||
|
<![CDATA[
|
||
|
|
||
|
$(document).ready(function() {
|
||
|
$('#example').DataTable();
|
||
|
} );
|
||
|
|
||
|
]]>
|
||
|
</js>
|
||
|
|
||
|
<title lib="Responsive">Foundation styling</title>
|
||
|
|
||
|
<info><![CDATA[
|
||
|
|
||
|
This example shows DataTables and the Responsive extension being used with the [Foundation](http://foundation.zurb.com) framework providing the styling. The [DataTables / Foundation integration files](//datatables.net/manual/styling/foundation) prove seamless integration for DataTables to be used in a Foundation page.
|
||
|
|
||
|
]]></info>
|
||
|
|
||
|
</dt-example>
|
||
|
|