Default Filter is wrong?
Default Filter is wrong?
KVD
Posts: 3Questions: 0Answers: 0
Hello,
I have a table generated by DataTables 1.8.2, where I've added filtering to some columns.
One of the columns contains eg "P 1", "P10, "P 2" etc.
When I enter "P 1" in the column filter, it will return all rows that have "P 1" AND "P10".
That doesn't seem right?
It should only return the rows that have "P 1" in the column.
Is this a bug, or is it expected behaviour (why?) ?
Thanks in advance,
Kurt
I have a table generated by DataTables 1.8.2, where I've added filtering to some columns.
One of the columns contains eg "P 1", "P10, "P 2" etc.
When I enter "P 1" in the column filter, it will return all rows that have "P 1" AND "P10".
That doesn't seem right?
It should only return the rows that have "P 1" in the column.
Is this a bug, or is it expected behaviour (why?) ?
Thanks in advance,
Kurt
This discussion has been closed.
Replies
Can someone confirm that this is how it should work?
How can I fix this behaviour, if I filter on "P 1" it shouldn't return "P10".
Allan