alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.78k stars 363 forks source link

How to add link to a cell #310

Open Arkheon opened 5 years ago

Arkheon commented 5 years ago

Hello ,

First , thanks for this awesome pice of work . I m using dynatable with an ajax request who populate my table with json

json extract :

(id,name,zone,value)

16840,Earthfury Bracers,Molten Core,0

Works fine , but i want to modify the name to be a href link fds

How do i achieve that ?

thank you very much