How to add custom HTML codes in Data Tables?

Viewed 60

I am trying to create a Table sort table for listing live prices of crypto currencies like https://www.coingecko.com. I searched in google and found this table sort plugin: https://datatables.net/examples/advanced_init/stocks.html . But problem is; I dont know how to add custom <input type="text"> and <h2> in this table. I think content is adding from ajax file. My live market price appearing in <input> and 24 hour changes % in another <td>. So, how to add custom html codes in <body> section ? OR do you know any other good table sort plugin for listing live market price updates ? Please help me..

0 Answers
Related