Open luclaurent opened 8 years ago
Considering the following HTML code:
<head> <meta charset="UTF-8"> <script src="TableFilterHTML/TableFilter/tablefilter.js"></script> </head> <html> <body> <table id="table1"> <tr> <td> aa </td> <td> bb </td> <tr> <td> 21.1.16 </td> <td> 21.1.05 </td> </tr> <tr> <td> 34.234 </td> <td> rr</td> </tr> </table> <script language="javascript" type="text/javascript"> var tf1 = setFilterGrid("table1");; </script> </body> </html>
I observe a very strange result when I type for example 05 in the last box. Normally the script must give me the first line but I obtain nothing... Maybe it is due to the fact I fill the table with some data with the "dd.dd.dd" format...
Considering the following HTML code:
I observe a very strange result when I type for example 05 in the last box. Normally the script must give me the first line but I obtain nothing... Maybe it is due to the fact I fill the table with some data with the "dd.dd.dd" format...