Datatable Select Filter IE Bug

When I use the select filters on my datatable I get this error message in IE:

“firstChild” is null in
selectFilter:{getInputNode:function(t){return t.firstChild.firstChild},

It works in other browsers. Can you tell me how to fix it?

Hi dex,

What IE version are you using?

IE 11.

When I start after the bug the refreshColumns() method, the table is filtered and correct.

I have checked the related sample
http://docs.webix.com/samples/15_datatable/03_filtering/01_builtin.html
and it works in IE11 for me

Can you please check is this sample works for you ? If it works - please provide a demo or a snippet for which issue occurs.

Hi ,
I get similar problems when I resize the column, the refresh() method invoked as part of refreshHeaderContents breaks when trying to add parent Node-

node.firstChild.appendChild(select.$view.parentNode);

If problem still occurs, please share any kind of demo link or a snippet where problem can be checked.