Fixed Header custom search filters in header issue on redraw

Fixed Header custom search filters in header issue on redraw

keith.abramokeith.abramo Posts: 37Questions: 6Answers: 0

I've created a datatable which dynamically adds a thead row to the datatable. Each column in this new thead row has an input filter which filters on that specific column. This works great until I enable FixedHeader. In IE (I'm using IE11) When I type in one of the filters, causing a search to and then draw() to occur, I can no longer type in that input box even though the focus still remains there. I have to click on another input and then back into the original input for me to be able to type again.

I have created an example using the live.datatable.net page: http://live.datatables.net/lebojudi/1/edit

Does anyone know of a fix for this. Or at least a clue as to why this is happening. Seems to work fine in Chrome but I need it to work in IE.

This discussion has been closed.