JS To Table Generator Example

Download Back To CSSScript.Com

let sourceOfThead = ["a", "b", "c", "d", "e", "f"]
let sourceOfTbody = [
  [0, 1, 2, 3, 4, 5],
  [7, 8, 9, 10, 11, 12]
]