This js project adds column filtering capabilities to a regular html <table> by adding a row to the <thead> section of a table and adding filters that allows real time filtering of tabular data.
If I apply picnet.table.filter to it, then the filtering will seem to work but if I clear all input field then the filter will still be active and not all the table will be displayed
Let's say that I have a table defined as follow :
A fix is to add an additional th to the thead however this solution is not html compliant and leads to some issues with css