can I .search() on rendered value (and not on the data)?
can I .search() on rendered value (and not on the data)?
fbas
Posts: 1,094Questions: 4Answers: 0
can I .search() on rendered value (and not on the data)?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes. If you are using
columns.render
as a function make sure you return the data you want to search on whentype === 'filter'
.Beyond that, I would need a link to a test page showing the issue to be able to help further.
Allan
Thank you so much.
I didn't really understand the different render options, but having you point me there let me focus on it and set the "filter" function along with the "display" function I had already set up.
Works beautifully.