Datatable - Link Colum Cell
Datatable - Link Colum Cell

Hi,
I'm using Datatable to display data and charge a table using an AJAX call to a file stored in a JSON object.
I need that one of columns be a text with a link that opens a modal window.
Please, where do I write the link, in the JSON, when to load the DataTable, or with the API DataTable?
Thank you.
Regards,
This discussion has been closed.
Replies
I'm resolved this question in:
https://datatables.net/reference/option/columns.render
Thanks,