How to put JSON data in html / javascript grid table

前端 未结 5 1753
慢半拍i
慢半拍i 2021-01-05 11:57

I have the following JSON-formatted data:

    [
{
    \"ID\": \"00:50:c2:63:10:1a\",
    \"start\": \"1349773838277760\",
    \"end\": \"1349773838277770\",
         


        
5条回答
  •  难免孤独
    2021-01-05 12:14

    If DataTables is too heavy for you (70 KB) you can use the various template libraries out there:

    • Mustache,
    • Handlebars,
    • Distal

    Just convert a table row into a template and then repeat that template inside an HTML table.

提交回复
热议问题