Rebuild SearhPanes not filter rows properly
Rebuild SearhPanes not filter rows properly
didcomsergio
Posts: 15Questions: 4Answers: 0
- when updating a render cell of the datatable the SearchPane updates properly but when filter activates it doesnt filter the row properly, example:
js code:
https://live.datatables.net/dedebixo/1/edit
This question has an accepted answers - jump to answer
Answers
Looks like this is the code you are asking about:
Looks like you are directly updating the table HTML. Datatables doesn't know about these changes. See this FAQ for the options to fix this issue.
Kevin