Docs: correct print widget setting

This commit is contained in:
Mottie 2014-05-10 20:01:46 -05:00
parent 9c0017d44e
commit 59f0de489a
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@
'data:text/csv;charset=utf8,', // utf-8 no BOM
'data:text/csv;charset=utf8,%EF%BB%BF', // utf-8 with BOM
'data:text/csv;charset=windows-1252,' // windows 1252
];;
];
$.each(demos, function(groupIndex){
var $this = $(demos[groupIndex]);

View File

@ -78,7 +78,7 @@
print_title : '', // this option > caption > table id > "table"
print_dataAttrib : 'data-name', // header attrib containing modified header name
print_rows : 'f', // (a)ll, (v)isible or (f)iltered
print_columns : 's', // (a)ll, (s)elected (columnSelector widget), or empty string
print_columns : 's', // (a)ll, (v)isible or (s)elected (columnSelector widget)
print_extraCSS : '', // add any extra css definitions for the popup window here
print_styleSheet : '../css/theme.blue.css', // add the url of your print stylesheet
// callback executed when processing completes - default setting is null