oTable.fnfilter();
oTable.fnfilter();
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
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
This discussion has been closed.
Replies
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