Skip to content
New issue

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

Javascript error in closeOpenDatePickersIfAny() method #451

Closed
umamaheswarcs opened this issue Mar 29, 2018 · 3 comments
Closed

Javascript error in closeOpenDatePickersIfAny() method #451

umamaheswarcs opened this issue Mar 29, 2018 · 3 comments

Comments

@umamaheswarcs
Copy link

I have checked the new yadcf 0.9.3 beta.14 and found that the square brackets(bold) in function parameters mentioned in below code throws javascript error(message: Expected Identifier).

Object.entries(getAllOptions()).some(function ([tableSelector, tableOptions]) {
Object.entries(tableOptions).some(function ([key, value]) {

I removed square brackets and the error has gone. After i ran the application and on click of the input field in column filter throws entries method is not found.

Please help if i missed anything

@vedmack
Copy link
Owner

vedmack commented Mar 29, 2018

what browser do you use?

@umamaheswarcs
Copy link
Author

Internet explorer 11

vedmack added a commit that referenced this issue Mar 29, 2018
changed destructuring into plain es5

#450
#451
@vedmack
Copy link
Owner

vedmack commented Mar 29, 2018

way to old browser, but I have fixed it anyway

@vedmack vedmack closed this as completed Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants