mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: correct print widget setting
This commit is contained in:
parent
9c0017d44e
commit
59f0de489a
@ -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]);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user