Update data_gc_tab.html
Browse files- 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"
|
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", {
|
|
|
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", {
|