fnfilter problem
fnfilter problem
goldnet
Posts: 8Questions: 0Answers: 0
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?
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?
This discussion has been closed.
Replies
but should work with fnfilter?