diff --git a/docs/example-widget-output.html b/docs/example-widget-output.html index dfb58286..24753a9a 100644 --- a/docs/example-widget-output.html +++ b/docs/example-widget-output.html @@ -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