Skip to content

Weird result for filter  #9

Description

@luclaurent

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions