Quantcast
Viewing all articles
Browse latest Browse all 82109

Error in web page code

Hi,

There is an error in html code in page: http://datatables.net/release-datatables/extras/TableTools/pdf_message.html

Missing "," before "print" in the original code.

Best regards,

$(document).ready( function () {
	$('#example').dataTable( {
		"sDom": 'T<"clear">lfrtip',
		"oTableTools": {
			"aButtons": [
				"copy",
				"csv",
				"xls",
				{
					"sExtends": "pdf",
					"sPdfOrientation": "landscape",
					"sPdfMessage": "Your custom message would go here."
				}, <---- MISSING "," HERE IN ORIGINAL CODE
				"print"
			]
		}
	} );
} );

Viewing all articles
Browse latest Browse all 82109

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>