Individual column search always returning only FIRST matched row and ignores remaining

Individual column search always returning only FIRST matched row and ignores remaining

samsmith4864samsmith4864 Posts: 2Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Having trouble figuring out why my individual column search always returns only FIRST row and ignores remaining. What could be the problem? Please help. Thanks

am using version DataTables 1.10.11

$('#example-table').DataTable().column(0).search('abc').draw();

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,158Questions: 1Answers: 2,587
    Answer ✓

    It seems to work here. Could you look at that, please, and see if it helps. If it's still not working for you, please can you update my example, or link to your page, so that we can see the problem.

    Cheers,

    Colin

  • samsmith4864samsmith4864 Posts: 2Questions: 1Answers: 0

    Thanks Colin for the quick response. Resolved the issue

Sign In or Register to comment.