mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Docs: add comma
This commit is contained in:
parent
0da52de497
commit
94a84dbd58
@ -123,7 +123,7 @@ table.tablesorter tbody tr.even.checked td {
|
||||
output_hiddenColumns : false, // include hidden columns in the output
|
||||
output_includeFooter : true, // include footer rows in the output
|
||||
output_includeHeader : true, // include header rows in the output
|
||||
output_headerRows : false // output all header rows (if multiple rows)
|
||||
output_headerRows : false, // output all header rows (if multiple rows)
|
||||
output_dataAttrib : 'data-name', // data-attribute containing alternate cell text
|
||||
output_delivery : 'p', // (p)opup, (d)ownload
|
||||
output_saveRows : 'f', // (a)ll, (v)isible, (f)iltered, jQuery filter selector (string only) or filter function
|
||||
|
Loading…
Reference in New Issue
Block a user