Search input textbox loses focus in Fixed header datatable and behaves unusally in Internet Explorer
Search input textbox loses focus in Fixed header datatable and behaves unusally in Internet Explorer
vinaysowdri
Posts: 7Questions: 2Answers: 0
Please open the below mentioned link in IE (internet Explorer)
https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html
Increase the records to 100 and try to filter the datatable by entering some text in the search filter of any column.
- Issue 1 - After entering the first text, I am either not able to enter the other characters or it prepends my next character.
2.** Issue 2 **-Now try and clear the search text using backspace or X icon. it doesn't work.
Thanks in advance.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
It should be fixed in the nightly version by this commit.
Allan
Thanks much