Name Modified Size InfoDownloads / Week
Parent folder
simple.html 2015-06-25 17.3 kB
swf_path.html 2015-06-25 17.5 kB
plug-in.html 2015-06-25 18.5 kB
select_multi.html 2015-06-25 17.8 kB
select_os.html 2015-06-25 17.9 kB
select_single.html 2015-06-25 17.5 kB
multi_instance.html 2015-06-25 17.3 kB
new_init.html 2015-06-25 17.4 kB
pdf_message.html 2015-06-25 17.4 kB
select_column.html 2015-06-25 9.1 kB
jqueryui.html 2015-06-25 17.5 kB
multiple_tables.html 2015-06-25 10.3 kB
bootstrap.html 2015-06-25 18.5 kB
button_text.html 2015-06-25 18.0 kB
defaults.html 2015-06-25 17.2 kB
index.html 2015-06-25 3.7 kB
ajax.html 2015-06-25 7.5 kB
alter_buttons.html 2015-06-25 17.3 kB
collection.html 2015-06-25 17.7 kB
Totals: 19 Items   295.5 kB 0
# TableTools

TableTools is a plug-in for the DataTables HTML table enhancer, which adds a highly customisable button toolbar to a DataTable. Key features include:

* Copy to clipboard
* Save table data as CSV, XLS or PDF files
* Print view for clean printing
* Row selection options
* Easy use predefined buttons
* Simple customisation of buttons
* Well defined API for advanced control


# Installation

To use TableTools, first download DataTables ( http://datatables.net/download ) and place the unzipped TableTools package into a `extensions` directory in the DataTables package (in DataTables 1.9- use the `extras` directory). This will allow the pages in the examples to operate correctly. To see the examples running, open the `examples` directory in your web-browser.


# Basic usage

TableTools is initialised using the `T` option that it adds to DataTables' `dom` option. For example:

```js
$(document).ready( function () {
	$('#example').DataTable( {
		dom: 'T<"clear">lfrtip'
	} );
} );
```


# Documentation / support

* Documentation: http://datatables.net/extensions/TableTools/
* DataTables support forums: http://datatables.net/forums


# GitHub

If you fancy getting involved with the development of TableTools and help make it better, please refer to its GitHub repo: https://github.com/DataTables/TableTools

Source: Readme.txt, updated 2015-06-25