mirror of https://github.com/ColorlibHQ/gentelella
24 lines
633 B
XML
Executable File
24 lines
633 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<dt-example table-type="html-office-edin|html-office-london" table-id="" order="9">
|
|
|
|
<css lib="datatables tabletools" />
|
|
<js lib="jquery datatables tabletools">
|
|
<![CDATA[
|
|
$(document).ready(function() {
|
|
$('#example').DataTable( {
|
|
dom: 'T<"clear">lfrtip'
|
|
} );
|
|
} );
|
|
]]>
|
|
</js>
|
|
|
|
<title lib="TableTools">Multiple tables</title>
|
|
|
|
<info><![CDATA[
|
|
|
|
This example shows how multiple tables can be initialised with DataTables and TableTools in a single call to the `$().DataTable()` function. Basically it works as you would expect - no special considerations need be made!
|
|
|
|
]]></info>
|
|
|
|
</dt-example>
|