Filtered columns issue

Filtered columns issue

ShyamSundarShyamSundar Posts: 1Questions: 0Answers: 0
edited March 2013 in DataTables 1.8
Hi, I have a table which is created using data table, the on-the-fly search for this table works great, but if I change any the column matching the search criteria and search again using the same search string, the previously changed row is still showing up. For ex: Say I have a table with column 'number' and it has 3 rows, the column values are 1, 2, 3. I search the table with value 1 and the row having 1 shows up and I change the value of 1 to 4. When I search the table again with 1, the row having value 4 shows up. It is like the dataTable is not seeing the changes to the table. Is there something that I am missing or is it a bug in dataTable ?

Thank you,
Shyam
This discussion has been closed.