Hello,
I am working in JET 4.2 and IE11. When I build a table that has oj-select-one or oj-combox-one components in the table cells, they are not rendering. The components render fine in Chrome (64.0.3282.186). In IE, I can see the elements in the DOM explorer, but they are not drawing anything on the browser window. Even trying to click on them does not appear to do anything.
Chrome:

IE11

I am using a rowRenderer to generate the row based on an HTML script element, similar to the Custom Row Template cookbook page.