From 3e0d4350f49405d2e6cd08e7b7e553eba0529963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Nicol=C3=A1s=20Motta?= Date: Wed, 3 Jun 2015 18:21:37 -0300 Subject: [PATCH] Adding PDF and print to readme example --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfeb1f7..27f1b80 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,13 @@ The TableTools plugin is also available. Specify the DOM and the tableTools sett ],[ "sExtends"=> "xls", "oSelectorOpts"=> ["page"=> 'current'] - ] + ],[ + "sExtends"=> "pdf", + "sButtonText"=> "Save to PDF" + ],[ + "sExtends"=> "print", + "sButtonText"=> "Print" + ], ] ] ],