Page 1 of 1

DataTable does not seem to Work in IE

Posted: 31 Aug 2017, 17:34
by mittal23s
I am trying to implement DataTable in my website, it is not loading in IE, neither is this: https://www.primefaces.org/primereact/#/datatable
Which is your representation online
Please look into it

Re: DataTable does not seem to Work in IE

Posted: 03 Sep 2017, 21:13
by cagatay.civici
We've forgotten to add es6-shim, so until it is online to double check, please try adding;

https://www.npmjs.com/package/es6-shim

Code: Select all

npm install es6-shim --save
And include it in your bundle by importing it.

Re: DataTable does not seem to Work in IE

Posted: 03 Sep 2017, 21:40
by cagatay.civici
Please clean your browser cache and try;

https://www.primefaces.org/primereact/#/datatable

The site is redeployed now with es6-shim.

Re: DataTable does not seem to Work in IE

Posted: 05 Sep 2017, 19:54
by mittal23s
optimus.prime wrote:
03 Sep 2017, 21:40
Please clean your browser cache and try;

https://www.primefaces.org/primereact/#/datatable

The site is redeployed now with es6-shim.

I tried the link you provided after clearing cache and it still does not open in IE.
Thanks

Re: DataTable does not seem to Work in IE

Posted: 06 Sep 2017, 14:23
by cagatay.civici
Thank you, we'll check again.

Re: DataTable does not seem to Work in IE

Posted: 09 Sep 2017, 14:30
by cagatay.civici
Should be working now.

Re: DataTable does not seem to Work in IE

Posted: 16 Oct 2017, 15:25
by mittal23s
Yes it does, Thanks.

Re: DataTable does not seem to Work in IE

Posted: 18 Oct 2017, 20:24
by cagatay.civici
Glad to hear.