1

我正在处理动态自定义表格,需要更改表格标题及其相应的数据。

数据结构

{
  type:"table1",
  headers:["h1", "h2", "h3"],
  columns:[
    ["cell1", "cell2", "cell3"],
    ["cell1", "cell2", "cell3"],
    ["cell1", "cell2", "cell3"],
    ["cell1", "cell2", "cell3"]
  ]
},
{
  type:"table2",
  headers:["h1", "h2", "h3", "h4"],
  columns:[
    ["cell1", "cell2", "cell3", "cell4"],
    ["cell1", "cell2", "cell3", "cell4"],
    ["cell1", "cell2", "cell3", "cell4"],
    ["cell1", "cell2", "cell3", "cell4"]
  ]
}

我从左侧有五个链接作为菜单。基于五个链接,表头将更改

4

0 回答 0