Question

Does someone know how to make this plugin "omnigrid" work in IE 9 and up.

http://www.omnisdata.com/omnigrid/

<link rel="stylesheet" media="screen" href="omnigrid.css" type="text/css" />
<script type="text/javascript" src="mootools/mootools-1.2.4-nc.js"></script>
<script type="text/javascript" src="mootools/mootools-1.2.4-more.js"></script>
<script type="text/javascript" src="omnigrid.js"></script>
Was it helpful?

Solution

There is literally no need to try to get that to work when you can use SlickGrid - https://github.com/mleibman/SlickGrid - which is framework agnostic and tested to work well with 1 million rows.

Aside from that, you can fix it and upgrade the code to MooTools 1.4.5 but that's broken in IE11 - really need to wait for 1.5 release (soon!) before getting started.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top