searcheble columns - query

searcheble columns - query

pakypaky Posts: 106Questions: 0Answers: 0
edited April 2012 in General
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 ;)

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    It works just fine here: http://live.datatables.net/aradim/edit#javascript,html

    Please link us to a test case which doesn't work.

    Allan
This discussion has been closed.