PHP Classes

File: assets/js/datatables/tools/TableTools-master/examples/multi_instance.xml

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   assets/js/datatables/tools/TableTools-master/examples/multi_instance.xml   Download  
File: assets/js/datatables/tools/TableTools-master/examples/multi_instance.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 8 years ago
Size: 791 bytes
 

Contents

Class file image Download
<?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<"clear spacer">T', tableTools: { "aButtons": [ "copy", "print" ] } } ); } ); ]]> </js> <title lib="TableTools">Multiple toolbars</title> <info><![CDATA[ Like all DataTables control elements, TableTools can have multiple instances specified in the `dt-init dom` parameter of DataTables. This will create two TableTools toolbars next to the table, providing the same functions. An example of when this might be useful is to show the toolbar both above and below the table - as is done in this example. ]]></info> </dt-example>