Displaying Dynamic Stock Data in Table
Displaying Dynamic Stock Data in Table
Hello, i'm trying to replicate a table i have in google spreadsheets on my wordpress site.
IT is a table of stocks, and recent purchase price, with the current quote, close price, shares etc.
The data will change frequently and i need the ability to be able to edit easily, and have the current stock quote
pulled into the page.
Does anyone know if this can be done wtih Datatables, and any clues on how to accomplish this (i'm not really an expert programmer)
Thanks!
IT is a table of stocks, and recent purchase price, with the current quote, close price, shares etc.
The data will change frequently and i need the ability to be able to edit easily, and have the current stock quote
pulled into the page.
Does anyone know if this can be done wtih Datatables, and any clues on how to accomplish this (i'm not really an expert programmer)
Thanks!
This discussion has been closed.
Replies
The final alternative, which is best if you want as close to real-time as possible would be to use a web-socket to get the new data and then use the API method fnUpdate to update the table as required.
Allan