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

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

bflbfl Posts: 26Questions: 7Answers: 1

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

Answers

  • bflbfl Posts: 26Questions: 7Answers: 1
    Answer ✓

    nevermind - I didn't know search would work on hidden columns... which works...

This discussion has been closed.