can I .search() on rendered value (and not on the data)?

can I .search() on rendered value (and not on the data)?

fbasfbas 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

Answers

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Answer ✓

    Yes. If you are using columns.render as a function make sure you return the data you want to search on when type === 'filter'.

    Beyond that, I would need a link to a test page showing the issue to be able to help further.

    Allan

  • fbasfbas Posts: 1,094Questions: 4Answers: 0

    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.

This discussion has been closed.