⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

ReferenceError: unset_export is not defined



Tauri28

Tauri28
  • profile picture
  • Member

Posted 05 November 2012 - 11:09 AM

Datatables.js line 28 is giving me error "ReferenceError: unset_export is not defined". It is probably because of my framework but I have not managed to find the cause yet.

Line 28: "if(!unset_export)". The line is checking if the variable is defined in the first place :S.

I am loading grocerycrud via ajax into div element.

ComeCaramelos

ComeCaramelos
  • profile picture
  • Member

Posted 17 September 2017 - 08:06 AM

Hello!

 

Add a semicolon ; at the end of the line 62 at /assets/grocery_crud/themes/datatables/views/list_template.php

 

Looks like a bug.

 

EDIT:

Ok, 2012 message, but I'm getting the same error today.