Numeric column use fnFilter

Numeric column use fnFilter

alozaloz Posts: 2Questions: 0Answers: 0
edited May 2011 in General
Hi,

I have a numeric column, data example : 1, 10, 15, 21

right now, I use fnFilter in this column : oTable.fnFilter(1, 2, false, false);

but still show all data, how can I setup to find only "1"?

thank you!
This discussion has been closed.