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.
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
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?