AndrejGajdos/nested-datatables

nested-datatables / IE11

serio72 opened this issue ยท 7 comments

Hi Andrej,

I'm using your amazing script and it works like a charm on all browsers, but not in ie11 https://msdn.microsoft.com/query/dev12.query?appId=Dev12IDEF1&l=IT-IT&k=k(VS.WebClient.Help.SCRIPT438) 'from' .

Can you help me? Or it uses features not available in ie?

Thanks
Sergio

I didn't test it in IE11. Can you post the error or describe the issue?

Please open your demo link and you can see what happens.
It seems that isn't recognized from statement for an object, but I'm js-newbie and I have difficulties to understand exactly what happens.

I use Mac and don't have any Windows virtual machine. It would be easier for me if you can post the error here.

Here what happens.

image

May this help you on debug? https://www.browserling.com/internet-explorer-testing

Many thanks for your effort!!!!

Thanks, I will take a look at it.

it seems you used some html element/feature that ie11 don't treat. Edge is more compliant ad there works fine

IE 11 doesn't support Array.from method. I fixed that by adding Babel Polyfill into the project.