ember-light-table
ember-light-table copied to clipboard
document browser compatibility
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?
@bargar thank you for bringing this to my attention. Ill make sure to add this in the next release cycle.
I had the same issue, but adding polyfills in ember-cli-build.js fixed it for me:
"ember-cli-babel": {
includePolyfill: true
}
See https://github.com/offirgolan/ember-light-table/issues/343