PHP Classes

File: assets/js/datatables/tools/examples/defaults.xml

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   assets/js/datatables/tools/examples/defaults.xml   Download  
File: assets/js/datatables/tools/examples/defaults.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: 814 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[ $.fn.dataTable.TableTools.defaults.aButtons = [ "copy", "csv", "xls" ]; $(document).ready(function() { $('#example').DataTable( { dom: 'T<"clear">lfrtip' } ); } ); ]]> </js> <title lib="TableTools">Defaults</title> <info><![CDATA[ TableTools provides the ability to override the default initialisation parameters that are used when creating a new instance. This this particularly useful if you have multiple tables which you want to have the same TableTools behaviour - rather than declaring the structure multiple times, you can just set the defaults once. This example shows how to alter the default buttons. ]]></info> </dt-example>