When I enter a search value on a table header having {content:“textFilter”}, filtering works find, but the search field lose keyboard focus. As a consequence, I can’t adjust the filtering value without a mouse action, and worse: typing backspace trigger the browser back action. Is this a normal behavior ?
I also really miss a ESC handling to empty the search value and restore the full table visibility.
If I can suggest something: this is a point that should be adressed by the widget itself. From a user point of view, this is really disturbing. From a coder point of view, this requires unnecessary extra coding.
How can I trigger a focus restore when the table rebuild/repaint is done ? Is there a callback/event mechanism that would work for that that could be used to set the focus back ?
Regards,