英文:
Create a WebPage with table from data
问题
什么是从数据创建网页(或仅HTML表格)的简单解决方案?
我们有一个返回数据的网络服务。此数据以HTML表格的方式呈现 - 一切都是通过简单的JavaScript手动完成的。
不幸的是,这个开放性问题在谷歌上没有得到任何好的结果。
我记得D3js可以可视化数据。
但我想比较一下几个框架..
你最喜欢使用哪个?
英文:
What are simple solutions for creating a web-page (or only the HTML-Table) from data?
We have a web-service which returns the data.<br>
This data is put in an HTML table - all manual via simple JavaScript.
Unfortunately this open question does not lead to any good results on google ..<br>
I remember D3js which visualizes data.
But I would like to compare a few frameworks..
What do you use and like best ?
答案1
得分: 2
- DataTables
- Tabulator
- Handsontable
- Ag-Grid
英文:
There are several frameworks and libraries available that can simplify the process of creating HTML tables from data.
1.DataTables
2.Tabulator
3.Handsontable
4.Ag-Grid
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论