Skip to content

Commit

Permalink
Adding PDF and print to readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemotta committed Jun 3, 2015
1 parent 26a03fd commit 3e0d435
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
]
]
],
Expand Down

0 comments on commit 3e0d435

Please sign in to comment.