Filtering match empty cells

Filtering match empty cells

nicsoftnicsoft Posts: 37Questions: 0Answers: 0
edited January 2012 in DataTables 1.8
Hello,

When I filter my table, I get rows in the resulting list that hasn't got any match. But, it has an empyt cell so I assume that filtering will match on empty cells.

I don't include any code since I guess this is the default behaviour. My question is, how can I initialize my table so it doesn't match on empty cells?

If this is not part of the default behaviour, please let me know and I will add more information related to my implementation.

Thanks!

Replies

  • nicsoftnicsoft Posts: 37Questions: 0Answers: 0
    Appearently this is how it works, it's not possible to compare empty cells since those are always matched. Since I am positive the cells I am comparing with will never contain '-', I do compare with that instead when my string to match with the cell is empty.
This discussion has been closed.