Need to add new column to a existing Json feeded Data Table
Need to add new column to a existing Json feeded Data Table

I have Json(Dynamic Json from the model) Loaded Datatable. I needed to add new column to it which is a hyper link(Edit and Delete hyperlink). How do I do that?
Action is row name. Inside that I need to 2 hyper links edit and delete.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use
columns.render
. You will find some hyperlink examples in the docs.Kevin