Uncaught SyntaxError: Unexpected identifier
Uncaught SyntaxError: Unexpected identifier

I could not use the dataTable function. I always found "Uncaught SyntaxError: Unexpected identifier" on console. Could you please help me to fix this problem.
This discussion has been closed.
Answers
That is a syntax error in your code. Could be you are missing a quote or comma somewhere but its hard to say without seeing it. Please ost a link to your page or a test case so we can see the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin