Column filter issue when first word starts with the letter 'A'
Column filter issue when first word starts with the letter 'A'
tbs
Posts: 2Questions: 0Answers: 0
I have noticed that if I have a column of values like so:
Apple A
Apple B
Apple A
Apple B
Apple A
Apple B
and I attempt to filter the column using 'Apple A', none of the Apple B's get sorted out. This issue appears to ONLY happen when the first letter of the first and second word's begin with 'A'. So if your data was as follows:
A A
A B
A A
A B
A A
A B
and you filtered by 'A A' you would still have the 'A B' in the filtered results.
Debug Code: ezepom
Is this expected?
Apple A
Apple B
Apple A
Apple B
Apple A
Apple B
and I attempt to filter the column using 'Apple A', none of the Apple B's get sorted out. This issue appears to ONLY happen when the first letter of the first and second word's begin with 'A'. So if your data was as follows:
A A
A B
A A
A B
A A
A B
and you filtered by 'A A' you would still have the 'A B' in the filtered results.
Debug Code: ezepom
Is this expected?
This discussion has been closed.
Replies
Problem: http://jsfiddle.net/Yodious/EM8E8/
Solution: http://jsfiddle.net/Yodious/EM8E8/12/
I have notified the columnFilter author of this as well.