Hello,
It seems there is a little bug in documentation sample. There missed an { in the sample regarding mrender feature.:
The place where the { is missed is on line annoted with //here
Regards
fabszn
It seems there is a little bug in documentation sample. There missed an { in the sample regarding mrender feature.:
// Use as a function to create a link from the data source $(document).ready( function() { var oTable = $('#example').dataTable( { "aoColumnDefs": [ { "aTargets": [ 0 ], "mData": "download_link", "mRender": function ( data, type, full ) { return '<a href="'+data+'">Download</a>'; } // here ] } ); } );
The place where the { is missed is on line annoted with //here
Regards
fabszn