Search problem
Search problem
Hi. When i try to use fnAddData to add rows to table i do next:
1.oTable.fnClearTable();
2. oTable.fnAddData(json.aaData);
and with displaying rows in the table everything ok! but when i try to perform search, i don't see the results! it can't to find anything! Event id i don't clear the table and just add new rows, dataTables perform the search just by old rows, not by new ones!
what is the problem ?
1.oTable.fnClearTable();
2. oTable.fnAddData(json.aaData);
and with displaying rows in the table everything ok! but when i try to perform search, i don't see the results! it can't to find anything! Event id i don't clear the table and just add new rows, dataTables perform the search just by old rows, not by new ones!
what is the problem ?
This discussion has been closed.