Live change update required. Which data table is good for me?

Live change update required. Which data table is good for me?

neoxmdneoxmd Posts: 5Questions: 2Answers: 0

I want to create a data table like https://www.coingecko.com which have live price changing updates. Automatically changing position according to its price. Which data table is good for me? Please help me...

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    This example here should get you going, it's demonstrating how an ajax call can be made periodically to update the table data,

    Colin

  • neoxmdneoxmd Posts: 5Questions: 2Answers: 0
    edited September 2022

    I am trying to create a Table sort table for listing live prices of crypto currencies like https://www.coingecko.com. I am planning to use https://datatables.net/examples/advanced_init/stocks.html . My 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..

  • allanallan Posts: 63,531Questions: 1Answers: 10,475 Site admin

    If you need to customise the data before it is output to the table use a renderer.

    Allan

  • neoxmdneoxmd Posts: 5Questions: 2Answers: 0

    I am trying to make a live crypto price percentage change result. You can see my table preview here: https://codepen.io/themecode/pen/PoeZLWo . Could you arrange me rendering for my table ? I don't know jquery.

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    That's beyond the scope of the free support. We do offer support services, please see details here.

    Colin

Sign In or Register to comment.