fnfilter problem

fnfilter problem

goldnetgoldnet Posts: 8Questions: 0Answers: 0
edited September 2011 in DataTables 1.8
Hi, i have the next problem: in one mysql table i what to filter using fnfilter on column client id(integer) and this function search for everything that contains client id so if i have id 11 it will return also id 1411 or 111 and i want to return only the id i put in filter
This is my code:
oTable.fnFilter( 'id',0,false,false );
I tried in different ways i found in your docs but seem to not functioning?

Somebody solve this?

Replies

  • goldnetgoldnet Posts: 8Questions: 0Answers: 0
    i solve this in server_side.php file deleting like and %% on /* Individual column filtering */
    but should work with fnfilter?
This discussion has been closed.