Is value returned for type="filter" used when doing the search()?
Is value returned for type="filter" used when doing the search()?

I'd like to include a lot more stuff than the display value when I call .search on a datatable, but it does not seem to actually make use of the value returned from the render method for type "filter".
Is there a way to have search do a search of more than just the display name?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
nevermind - I didn't know search would work on hidden columns... which works...