josebalius / ngReactGrid

A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
http://josebalius.github.io/ngReactGrid/
MIT License
328 stars 47 forks source link

ngReactGrid and IE8 #52

Closed kashcode closed 9 years ago

kashcode commented 9 years ago

In IE8 grid not visible.

josebalius commented 9 years ago

@turbosasa I haven't tested in IE8 at all so I am not surprised. I think it has to do with the E directive restriction which IE8 doesn't like (custom elements). Can you try add A to the restrict and see if it works for you?

kashcode commented 9 years ago

Yes I add A to directive restriction, now grid visible, but there is problem with horizontal scrolling column headers are not synced with columns, Now I try figured out where JS stops working.

josebalius commented 9 years ago

@turbosasa cool, let me know what your findings are.

josebalius commented 9 years ago

@turbosasa did you ever figure this out?

kashcode commented 9 years ago

@josebalius actually I can't find what IE 8 doesn't like and where he stops working, some day I looked at this again, when I have some free time.