How to dynamically replace a value before displaying it

How to dynamically replace a value before displaying it

lintu98lintu98 Posts: 13Questions: 5Answers: 0

Hello,

I have a newbie question....

I am using the Datatables Editor and need to dynamically replace an coming database value with another before displaying it. Where shall I make this change?

Thanks in advance.

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,292Questions: 26Answers: 4,768
    Answer ✓

    See if columns.render is what you are looking for.

    Kevin

  • lintu98lintu98 Posts: 13Questions: 5Answers: 0

    Since I was getting data from 2 MySQL tables, I used the server-side libraries to do a left join and accomplish what I needed. Thanks for your help.

This discussion has been closed.