25 lines
723 B
XML
25 lines
723 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<dt-example table-type="html-wide" table-class="display responsive nowrap" order="2" framework="foundation">
|
|
|
|
<css lib="datatables responsive"/>
|
|
<js lib="jquery datatables responsive">
|
|
<![CDATA[
|
|
|
|
$(document).ready(function() {
|
|
$('#example').DataTable();
|
|
} );
|
|
|
|
]]>
|
|
</js>
|
|
|
|
<title lib="Responsive">Foundation styling</title>
|
|
|
|
<info>< framework providing the styling. The [DataTables / Foundation integration](//datatables.net/manual/styling/foundation) prove seamless integration for DataTables to be used in a Foundation page.
|
|
|
|
]]></info>
|
|
|
|
</dt-example>
|
|
|