ember-light-table icon indicating copy to clipboard operation
ember-light-table copied to clipboard

document browser compatibility

Open bargar opened this issue 9 years ago • 2 comments

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 avatar Aug 16 '16 19:08 bargar

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

offirgolan avatar Aug 29 '16 21:08 offirgolan

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

gwak avatar Feb 20 '17 11:02 gwak