We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello all,
i am currently trying to use dynatable into playframework, i have defined a methode "/networks" to get data in Json format,
var $records = $.get("/networks") myRecords = JSON.parse($records.text()); $('#networks-table').dynatable({ dataset: { records: myRecords } });
but when i try to implement this javascript code an error appear on the line 182 ;( : Creating global 'for' variable. Should be 'for (var model ...'.
Can someone help me please ?. Thank you in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello all,
i am currently trying to use dynatable into playframework,
i have defined a methode "/networks" to get data in Json format,
var $records = $.get("/networks") myRecords = JSON.parse($records.text()); $('#networks-table').dynatable({ dataset: { records: myRecords } });
but when i try to implement this javascript code an error appear on the line 182 ;( :
Creating global 'for' variable. Should be 'for (var model ...'.
Can someone help me please ?.
Thank you in advance.
The text was updated successfully, but these errors were encountered: