Our blazing fast Grid component built with pure JavaScript


Post by gregc »

I got rid of the module import, replaced the script with

grid.umd.js

but so much code I have in the definition of the grid e.g.

processItems({ items, record, column }) { 
					  

is syntax not supported in IE 11.

I didn't anticipate dropping support of IE 11 but I see (https://www.bryntum.com/examples/scheduler/index.umd.html) doesn't work for me in IE 11.

Is it too much work for me to get IE 11 working fully with all my bells and whistles?

Last edited by gregc on Mon Jan 11, 2021 7:17 pm, edited 1 time in total.

Post by pmiklashevich »

Yes, you're right. Thanks for the report. We will take a look. Just to let you know, IE11 / Legacy Edge will be supported until May 1st 2021. Please check the table here: https://github.com/bryntum/support/

Pavlo Miklashevych
Sr. Frontend Developer


Post by gregc »

Given how close to end of life Internet explorer is, we decided not to support it.


Post Reply