mirror of https://github.com/ColorlibHQ/gentelella
26 lines
812 B
XML
Executable File
26 lines
812 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<dt-example table-type="html" order="1">
|
|
|
|
<css lib="datatables tabletools" />
|
|
<js lib="jquery datatables tabletools">
|
|
<![CDATA[
|
|
$(document).ready(function() {
|
|
$('#example').DataTable( {
|
|
dom: 'T<"clear">lfrtip'
|
|
} );
|
|
} );
|
|
]]>
|
|
</js>
|
|
|
|
<title lib="TableTools">Basic initialisation</title>
|
|
|
|
<info>< to tell TableTools where to find the SWF file for copy and file save.
|
|
|
|
]]></info>
|
|
|
|
</dt-example>
|