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
Using version 3.4.0.
I get the error "Object doesn't support property or method 'charAt'" in internet explorer:
The problem seems to be with the variable 'word' being a function instead of a string:
When I put a breakpoint in the same place in chrome, it never actually enters that code block. Has anyone seen this before?
The text was updated successfully, but these errors were encountered:
By the way I was able to fix this problem by getting rid of the gem and including datatables with a script tag.
Sorry, something went wrong.
No branches or pull requests
Using version 3.4.0.
I get the error "Object doesn't support property or method 'charAt'" in internet explorer:
![screen shot 2016-10-31 at 2 41 05 pm](https://cloud.githubusercontent.com/assets/906976/19866969/b53173aa-9f78-11e6-80d0-64ccdef18608.png)
The problem seems to be with the variable 'word' being a function instead of a string:
![screen shot 2016-10-31 at 2 43 23 pm](https://cloud.githubusercontent.com/assets/906976/19866999/d0e4f7a2-9f78-11e6-8b39-695e8e5eba77.png)
When I put a breakpoint in the same place in chrome, it never actually enters that code block. Has anyone seen this before?
The text was updated successfully, but these errors were encountered: