multiple_tables.xml 633B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <dt-example table-type="html-office-edin|html-office-london" table-id="" order="1">
  3. <css lib="datatables tabletools" />
  4. <js lib="jquery datatables tabletools">
  5. <![CDATA[
  6. $(document).ready(function() {
  7. $('#example').DataTable( {
  8. dom: 'T<"clear">lfrtip'
  9. } );
  10. } );
  11. ]]>
  12. </js>
  13. <title lib="TableTools">Multiple tables</title>
  14. <info><![CDATA[
  15. 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!
  16. ]]></info>
  17. </dt-example>