Replace Function
Replace Function
![safavia](https://secure.gravatar.com/avatar/af3276732945d42e1e7df14e8aad0140/?default=https%3A%2F%2Fvanillicon.com%2Faf3276732945d42e1e7df14e8aad0140_200.png&rating=g&size=120)
Hello pals,
Is there a Replace function in DataTables like the Replace function in MS Excel? I have a table column that it's data rows are all like st_*. I want to show data in the table without "st_".
Example: the data is "st_T125", but I want it to be shown as "T125".
Thanks so much!
Alan
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You would use a renderer for that.
Allan
Thanks very much Allan.