开发者

Are there any JavaScript libraries that can dynamically update a table from a CSV file?

开发者 https://www.devze.com 2023-04-03 07:14 出处:网络
What I\'m looking for is software that can poll, say every second, a CSV file on the server that I will update programmatic开发者_高级运维ally and render the updated contents in a browserUse something

What I'm looking for is software that can poll, say every second, a CSV file on the server that I will update programmatic开发者_高级运维ally and render the updated contents in a browser


Use something like this and then call it on a timer.


Have a look at knockoutjs , they have Elegant dependency tracking - automatically updates the right parts of your UI whenever your data model changes

0

精彩评论

暂无评论...
验证码 换一张
取 消