DmitrMakeev commited on
Commit
e6837aa
·
verified ·
1 Parent(s): 696c881

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +2 -2
data_gc_tab.html CHANGED
@@ -20,8 +20,8 @@
20
 
21
  <script>
22
  var tableData = [
23
- {id:1, name:"Billy Bob", age:"12", gender:"male", height:1, col:"red", dob:"", cheese:1},
24
- {id:2, name:"Mary May", age:"1", gender:"female", height:2, col:"blue", dob:"14/05/1982", cheese:true},
25
  ]
26
 
27
  var table = new Tabulator("#example-table", {
 
20
 
21
  <script>
22
  var tableData = [
23
+ {id:1, name:"Billy Bob", age:"12", gender:"male", height:1, col:"red"},
24
+ {id:2, name:"Mary May", age:"1", gender:"female", height:2, col:"blue", dob:"14/05/1982"},
25
  ]
26
 
27
  var table = new Tabulator("#example-table", {