fnFilter with numeric data
fnFilter with numeric data
I'm trying to set up a link or button to filter my table based on a status column. No matter what I try I always get back zero rows.
See my example: http://jsfiddle.net/OneMHz/LH7pX/
The status is a numeric value. The column has an mRender function to convert the various statuses to friendly names. I've tried calling fnFilter with the value as a string and as a number, but both result in zero matched rows. Any idea what I'm doing wrong?
See my example: http://jsfiddle.net/OneMHz/LH7pX/
The status is a numeric value. The column has an mRender function to convert the various statuses to friendly names. I've tried calling fnFilter with the value as a string and as a number, but both result in zero matched rows. Any idea what I'm doing wrong?
This discussion has been closed.