searcheble columns - query
searcheble columns - query
Hi all, I've this table:
| NAME | AGE | City | Friend |
| Jhon | 22 | London | Tommy |
| Richy | 32 | Moscow | ----- |
| Tom | 20 | Rome | ----- |
columns index 0 and 3 (Name and Friends) are bSearchable=true but If I search "To" string, it return only Tom row (3th row)
why ?? thanks ;)
| NAME | AGE | City | Friend |
| Jhon | 22 | London | Tommy |
| Richy | 32 | Moscow | ----- |
| Tom | 20 | Rome | ----- |
columns index 0 and 3 (Name and Friends) are bSearchable=true but If I search "To" string, it return only Tom row (3th row)
why ?? thanks ;)
This discussion has been closed.
Replies
Please link us to a test case which doesn't work.
Allan