hootsuite / grid

Drag and drop library for two-dimensional, resizable and responsive lists
http://hootsuite.github.io/grid/
Apache License 2.0
3.57k stars 279 forks source link

Grid does not display in IE8 #43

Closed rjub closed 7 years ago

rjub commented 10 years ago

Why does the grid demo not work in IE8?

valentin-radulescu-hs commented 7 years ago

IE8 compatibility has never been a priority for us, IE9+ should work fine though.

You could probably get the get the grid working for older browsers if you include a bunch of polyfills for stuff like Array.map, Array.indexOf etc.