Hello, I try to do this :
$(document).ready(function() {
$('table.sortable').dataTable( {
"sDom": '<"H"Tfr>t<"F"ip>',
"oTableTools": {
"sSwfPath": "{{=URL('static','plugin_added/DataTables-1.8.1/extras/
TableTools/media/swf/copy_cvs_xls_pdf.swf')}}"
},
} );
} );
Seems the same problem that Vineet report here :
http://stackoverflow.com/questions/6476133/json-data-for-jquery-datatable-in-web2py
Is it possible??
Thanks
Richard

