You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My TableTools are not working it is giving me this error on console Uncaught TypeError: Cannot read property 'aDataSort' of undefined in jquuery.datatables.min.,js file
I have included these two files
<script src=" "></script>
and my jquery is
$('#datatable_examplesss').dataTable( {
"dom": 'T<"clear">lfrtip',
"tableTools": {
"sSwfPath": "/swf/copy_csv_xls_pdf.swf"
}
} );
but it does not showing me anything on table plz help me
The text was updated successfully, but these errors were encountered:
My TableTools are not working it is giving me this error on console Uncaught TypeError: Cannot read property 'aDataSort' of undefined in jquuery.datatables.min.,js file
<script src=" "></script>I have included these two files
and my jquery is
$('#datatable_examplesss').dataTable( {
"dom": 'T<"clear">lfrtip',
"tableTools": {
"sSwfPath": "/swf/copy_csv_xls_pdf.swf"
}
} );
but it does not showing me anything on table plz help me
The text was updated successfully, but these errors were encountered: