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

document browser compatibility #145

Open
bargar opened this issue Aug 16, 2016 · 2 comments
Open

document browser compatibility #145

bargar opened this issue Aug 16, 2016 · 2 comments

Comments

@bargar
Copy link
Contributor

bargar commented Aug 16, 2016

Appreciate all the hard work, thanks 👍

I've been doing some testing of an app using ember-light-table in different browsers and am seeing e.g. grids working in Edge, IE 11 and IE 10, but not working (table content is blank) in IE9.

Would it be possible to have browser compatibility added to the docs?

@offirgolan
Copy link
Collaborator

@bargar thank you for bringing this to my attention. Ill make sure to add this in the next release cycle.

@gwak
Copy link

gwak commented Feb 20, 2017

I had the same issue, but adding polyfills in ember-cli-build.js fixed it for me:

"ember-cli-babel": {
  includePolyfill: true
}

See #343

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

5 participants