koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
324 stars 95 forks source link

Error in IE11 #705

Closed krzcho closed 5 years ago

krzcho commented 5 years ago

Just going to the examples page (http://www.tablefilter.com/examples.html) with IE11:

SCRIPT5007: Unable to get property 'container' of undefined or null reference

image

koalyptus commented 5 years ago

Hi @krzcho, do other non-codepen examples in http://www.tablefilter.com, e.g. https://www.tablefilter.com/grouped-headers.html, work with IE11?

krzcho commented 5 years ago

http://www.tablefilter.com/grouped-headers.html work fine, there is just single "undefined" error there

image

koalyptus commented 5 years ago

ok this seems to indicate the codepen embedded in examples page is missing the polyfills described in https://codepen.io/koalyptus/pen/XYeMVW

tx for pointing this out

krzcho commented 5 years ago

Yes, that solves the issue; thanks

peternewman commented 4 years ago

Hi @koalyptus ,

Firstly thanks for the project, I'm looking at migrating from something older I was using and this seems loads better!

The sample in the dist doesn't seem to have them either: https://unpkg.com/tablefilter@0.7.2/dist/starter.html