PicNet / tablefilter

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.
http://web.archive.org/web/20150124160820/http://www.picnet.com.au/picnet-table-filter.html
27 stars 9 forks source link

Problem with colspan #53

Open ylecuyer opened 12 years ago

ylecuyer commented 12 years ago

Let's say that I have a table defined as follow :

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
ylecuyer commented 12 years ago

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

id description actions
1 Example Delete Edit