webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
796 stars 271 forks source link

Editablegrid doesn't work with IE8 #61

Closed Fgauth closed 8 years ago

Fgauth commented 10 years ago

My editablegrid doesn't work with IE8, but all is OK with IE9 and other navigators. The error is : Unknown error. The error is on "link.innerHTML=value" at this line : grid.renderGrid("tablecontent", "testgrid"); in demo.js

Do you know this problem?