oTable.fnfilter();

oTable.fnfilter();

abhiraamabhiraam Posts: 8Questions: 0Answers: 0
edited March 2012 in Plug-ins
Hi,

I have one Question that fnfilter(); doesnot perform operation exactly on data of column,
Example:
I have 4 rows

123.12
123.12.34
123.12.34.5
123.12.34.6


My Question is If i use oTable.fnfilter('123.12');
result: I am getting all 4 rows instead of 1 row, Means filter doesnot happening exactly what we required.

Thanks,
Abhiraam

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Please don't post the same question multiple times :-)
    http://datatables.net/forums/discussion/9035/otable.fnfilter
    http://datatables.net/forums/discussion/8553/filtering-a-column
    http://datatables.net/forums/discussion/9036/fnfilter

    Allan
This discussion has been closed.