Description
The behavior of the filter-control input fields differs from the table search when data-search-on-enter-key=true and the "x" is clicked to clear the input field.
I like they way filter control does it. When you click the x inside the input field for a column, the results are updated even though data-search-on-enter-key=true.
However, when you click the x inside the table search input field, you still have to hit enter to update the table.
As I see it, the point of data-search-on-enter-key=true is to avoid unwanted partial search terms. Clicking the x to clear a search is not prone to executing a search with a partial search term, so I think that the behavior in the filter control extension is great and it would be even better if the table search behaved the same way.